{"id":1885,"date":"2025-05-30T15:38:00","date_gmt":"2025-05-30T21:38:00","guid":{"rendered":"https:\/\/www.boisestate.edu\/accessibility\/?p=1885"},"modified":"2025-10-24T11:34:57","modified_gmt":"2025-10-24T17:34:57","slug":"tables","status":"publish","type":"post","link":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/","title":{"rendered":"Tables \/ A11y Idaho"},"content":{"rendered":"\n<p>Tips for creating accessible tables using proper headers, layout, and structure for screen reader users. Presented by Laurie Berry, Laine Amoureux, and Sukha with A11y Idaho.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-much-time-do-you-have-for-this-webinar\">How much time do you have for this webinar?<\/h2>\n\n\n\n<p>Webinar Runtime: 56:09<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#1-minute\">I have a minute<\/a> &#8211; Give me the key points and actions<\/li>\n\n\n\n<li><a href=\"#15-minutes\">I have 15 minutes<\/a> &#8211; Give me a detailed summary and annotated outline<\/li>\n\n\n\n<li><a href=\"#30-minutes\">I have 30 minutes<\/a> &#8211; Give me the full text transcript<\/li>\n\n\n\n<li><a href=\"#60-minutes\">I have 60 minutes or more<\/a> &#8211; I want to play the full webinar<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" id=\"1-minute\"\/>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-points-and-actions\">Key Points and Actions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-purpose-of-tables\">Purpose of Tables<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Data Only<\/h4>\n\n\n\n<p>Tables should be used <strong>only<\/strong> to convey <strong>data relationships<\/strong> (headers, cells, and the connections between them).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Layout is Forbidden<\/h4>\n\n\n\n<p>Using tables for <strong>visual layout<\/strong> (e.g., to position text or images in a Word document) is the most common and severe accessibility failure. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-simplicity-is-usability\">Simplicity is Usability<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Keep it Simple<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The most accessible tables are the simplest. <\/li>\n\n\n\n<li>Avoid complexity such as merged cells, stacked headers, or multiple data points (like a bulleted list) in a single cell. <\/li>\n\n\n\n<li>If a table is too complex, break it into two or more simpler tables.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Usability Over Compliance<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li> Technically passing is not the same as making something usable. <\/li>\n\n\n\n<li>Prioritize a clean, simple structure that makes data clear to users.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-structural-essentials\">Structural Essentials<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Headers are Mandatory<\/h4>\n\n\n\n<p>Tables must have <strong>programmatically defined headers<\/strong> to establish the relationship between the header cell and the data cell.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Live Text is Required<\/h4>\n\n\n\n<p>Data formatted using <strong>tabs<\/strong> or <strong>columns<\/strong> (which are visually organized but not structurally tagged) is not accessible because the screen reader cannot associate the information with its proper header.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" id=\"15-minutes\"\/>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-summary-and-annotated-outline\">Summary and Annotated Outline<\/h2>\n\n\n\n<p>The training introduced table accessibility through the lens of <strong>WCAG Success Criteria<\/strong>, mainly focusing on <strong>1.3.1 Info and Relationships<\/strong> (ensuring data relationships are conveyed) and <strong>1.3.2 Meaningful Sequence<\/strong> (ensuring the content is read in the logical order).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Layout Tables (The Misuse)<\/h3>\n\n\n\n<p>The biggest failure is using a table for <strong>layout<\/strong> (e.g., to position text and images in Microsoft Word). This is often done because Word is difficult to use as a &#8220;publication design tool.&#8221; This practice causes a screen reader to read the content out of order (e.g., &#8220;Basement UP! Toilets must flush&#8221; from a non-data example), failing the <strong>Meaningful Sequence<\/strong> criteria.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Data Tables (The Solution)<\/h3>\n\n\n\n<p>Accessible tables must be built to convey data relationships.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Header Mechanics:<\/strong> While Microsoft Word defaults to checking both &#8220;Header Row&#8221; and &#8220;First Column,&#8221; its accessibility checker is limited. If a table only needs <strong>row headers<\/strong> (First Column), Word will often throw an error when the &#8220;Header Row&#8221; is unchecked.<\/li>\n\n\n\n<li><strong>The Real Work is in PDF:<\/strong> The only way to guarantee the correct relationship is to define the header cells and set their <strong>scope<\/strong> (row or column) programmatically, which typically requires a <strong>PDF Table Editor<\/strong>. <strong>Laine Amoreaux<\/strong>, a native screen reader user, noted that even specialized PDF tagging tools like CommonLook are often inaccessible to screen readers themselves, making <strong>simple HTML<\/strong> a more approachable alternative.<\/li>\n\n\n\n<li><strong>Simplicity is Key:<\/strong> The consensus is to <strong>make tables simple<\/strong>. Complex features like <strong>merged cells<\/strong> and <strong>stacked headers<\/strong> should be avoided. If a table is too complex, it should be broken down into <strong>two simpler tables<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. Usability vs. Compliance<\/h3>\n\n\n\n<p>The panel emphasized a crucial principle: <strong>&#8220;Technically passing is not the same as making something usable.&#8221;<\/strong> Authors should prioritize a clean, simple structure that ensures the user can easily associate data with its correct headers, even if that means overriding the Word checker&#8217;s default preferences.<\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Want to jump to a specific section of the video? Here&#8217;s the Annotated Outline<\/summary>\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/youtu.be\/TMZd5DGQ96o?si=gYnHWE4eW43klB_5&amp;t=2\">Introductions and WCAG Foundations<\/a> (0:02-3:40)<\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/TMZd5DGQ96o?si=gYnHWE4eW43klB_5&amp;t=220\">Layout Tables: The Primary Misuse<\/a> (3:40-5:58)<\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/TMZd5DGQ96o?si=gYnHWE4eW43klB_5&amp;t=358\">Data Tables: Structure and Headings<\/a> (5:58-20:55)<\/li>\n\n\n\n<li><a href=\"https:\/\/youtu.be\/TMZd5DGQ96o?si=gYnHWE4eW43klB_5&amp;t=1255\">Usability and Final Issues<\/a> (20:55-55:46)<\/li>\n<\/ol>\n<\/details>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" id=\"30-minutes\"\/>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-full-text-transcript\">Full Text Transcript<\/h2>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Expand to access the full text transcript<\/summary>\n<p><strong>Laurie Berry:<\/strong> All right, and hello everybody and welcome to the May A11y Idaho Guided Training topic on <strong>tables<\/strong><sup><\/sup>. Hope you&#8217;re all doing well<sup><\/sup>. This is our monthly guided training, and, just as usual, these will be recorded and then uploaded to the A11y Idaho website in time<sup><\/sup>. I am <strong>Laurie Berry<\/strong> and I&#8217;m an instructional designer with one of our grant projects under the Center for Disabilities and Human Development<sup><\/sup>. So nice to see all of you, and I&#8217;ll allow Laine and Sukha to introduce themselves as well<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> Go ahead, Laine<sup><\/sup>. Yeah, I was totally multitasking, so I&#8217;m so glad Laurie said my name<sup><\/sup>. I&#8217;m <strong>Laine Amoreaux<\/strong>. I am a certified professional web accessibility based in Boise, and I wear several hats<sup><\/sup>. Right now, working full-time for Booz Allen Hamilton <sup><\/sup>&#8230; But I am a native <strong>screen reader user<\/strong> and have been blind since birth<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> I&#8217;m <strong>Sukha<\/strong><sup><\/sup>. I am the coordinator for the Idaho Training Clearinghouse and a senior instructional designer here<sup><\/sup>. Learning about accessible content, <strong>tables are a constant source of frustration for me<\/strong><sup><\/sup>. They&#8217;re so great when they&#8217;re used right, and they&#8217;re so rarely used right<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> Yeah, and definitely, and we also have some resources at the end for dealing with tables that we can share also<sup><\/sup>. So on that, gonna go dive right in. Laine, passing it to you for the <strong>WCAG Success Criteria<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> Awesome, so for anybody who hasn&#8217;t joined us before, and kind of overwhelmed still by <strong>WCAG<\/strong>\u2014Web Content Accessibility Guidelines\u2014just keep in mind that these are <strong>guidelines<\/strong><sup><\/sup>. The success criteria are testable statements, the things that you can do<sup><\/sup>. The guidelines are broken into four categories: <strong>Perceivable, Operable, Understandable, and Robust<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p>I typically apply the trusted testing methodology, so it cross references only three WCAG success criteria<sup><\/sup>.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>1.3.1, Info and Relationships:<\/strong> Ensuring that information and structure and relationships are conveyed through presentation. This includes two-dimensional relationships like you see in a table.<\/li>\n\n\n\n<li><strong>1.3.2, Meaningful Sequence:<\/strong> Ensuring that the sequence in which content is presented affects its meaning.<\/li>\n\n\n\n<li><strong>4.1.2, Name, Role, Value:<\/strong> This is more specific to <strong>web content<\/strong> than document content. This ensures that the name and role of user face components can be perceived by users of assistive technology.<\/li>\n<\/ol>\n\n\n\n<p>We&#8217;re gonna spend most of our time as it relates to <strong>Info and Relationships<\/strong> versus layout tables<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> And laying up on the screen is an example of the table for layout, with your favorite example<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> I love this thing. I found this <strong>&#8220;Basement Toilets Must Flush UP!&#8221;<\/strong> table on WebAIM<sup><\/sup>. Somebody used a table to insert the image of the toilet and put the words in<sup><\/sup>. If I were navigating that like it was data, it reads differently<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> It reads <strong>&#8220;Basement UP! Basement UP! Toilets must flush.&#8221;<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> This represents one of the biggest issues for people using <strong>Word<\/strong> to design: Word often gets used like people want it to be a <strong>publication design tool<\/strong>, and it is <strong>not<\/strong><sup><\/sup>. People use tables all the time because it is difficult in Word to orient things in a free floating canvas kind of a manner<sup><\/sup>. Quite often what happens is exactly like this toilet table where people <strong>use a table to fake publication design elements<\/strong> in a document<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> And it&#8217;s a great example of how that <strong>meaningful sequence<\/strong> can get screwed up in <strong>layout tables<\/strong> too<sup><\/sup>. That sequence has no meaning when you read it in that order<sup><\/sup>. So this would be failing <strong>1.3.2 Meaningful Sequence<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> I have an example, kind of going back to the success criteria, on indicating the <strong>relationships<\/strong><sup><\/sup>. The item on the left is a before example using <strong>text boxes<\/strong> to indicate individual items in PowerPoint, which sort of looked like a table<sup><\/sup>. Stepping back from that, it made sense to put some <strong>headers<\/strong> onto that table<sup><\/sup>. So adding a <strong>header allows a user to identify the relationships<\/strong> that these individual text components might have<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> Anyone want to take a crack at what the potential pitfall is on this table? There is a potential problem with <strong>1.3.1 Info and Relationships<\/strong> related to the way that <strong>Word defaults their tables<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> Is that in relation to the <strong>column header and the row header<\/strong> Sukha? <sup><\/sup><\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> Yeah, exactly<sup><\/sup>. This is true in Word, this is true in PowerPoint<sup><\/sup>. When you go to insert a table in Microsoft Word, by default, the check boxes for <strong>Header Row<\/strong> and <strong>First Column<\/strong> are checked<sup><\/sup>.<\/p>\n\n\n\n<p>The issue that shows up is that if you <strong>uncheck header row and only check first column<\/strong>, Microsoft Word will always <strong>throw an error<\/strong> related to that table when you do a review on it<sup><\/sup>. It will say that the table is missing headers<sup><\/sup>. When you output that to PDF, you can double check what&#8217;s called your <strong>scope<\/strong><sup><\/sup>. The scope on our first column would be <strong>row<\/strong> because those are row headers<sup><\/sup>.<\/p>\n\n\n\n<p><strong>[Attendee]:<\/strong> Can I ask a question on that? <sup><\/sup> This actually happened to me. I took off the header row and if I put the header row back on, then it would say good to go again<sup><\/sup>. What I&#8217;m hearing you say is that it was okay that I did the table like that with the header row unchecked and even if Word didn&#8217;t like it, it was actually an <strong>accessible table<\/strong>? <sup><\/sup><\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> So the best that you can do to make a table accessible in Word is <strong>check the header box<\/strong>, and that&#8217;s the only way the accessibility checker will pass it<sup><\/sup><sup><\/sup><sup><\/sup><sup><\/sup>. If it&#8217;s going to be in a <strong>PDF<\/strong>, then you have to do the work in a PDF<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> And <strong>Word is highly limiting<\/strong> in terms of its ability to build anything other than a really <strong>standard table<\/strong><sup><\/sup>. If you <strong>merge cells<\/strong>, it&#8217;s gonna give you an error<sup><\/sup>. If you don&#8217;t have your header row, it&#8217;s gonna give you an error<sup><\/sup>. All of those things can be contended with when you&#8217;re in <strong>PDF<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p>When I export to PDF and use the Table Editor, I can see that the cell is in fact tagged as a header cell, and the <strong>scope is set to row<\/strong><sup><\/sup>. This means that when I navigate this table, it is going to announce my header in addition to the content in the data cell<sup><\/sup>.<\/p>\n\n\n\n<p>My baseline advice is <strong>make your tables simple<\/strong><sup><\/sup>. We do a lot, especially in education, of really unnecessarily complex tables<sup><\/sup>. That&#8217;s things like <strong>stacked headers<\/strong> when really you could just have two tables, that&#8217;s things like <strong>merged cells<\/strong> when really you could just redefine your header cell each time<sup><\/sup>. That&#8217;s things like <strong>abbreviations<\/strong> <sup><\/sup>\u2014not everyone is gonna know exactly what that abbreviation means<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> <strong>Sukha, any concerns, you&#8217;ve got a bulleted list inside a table.<\/strong> <sup><\/sup><\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> My question when I see bulleted lists is, is this really a <strong>data relationship<\/strong> then? <sup><\/sup>Or should each one of those bullet points be its <strong>own cell<\/strong>? <sup><\/sup>It does create a lot of extra verbiage in there<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> It comes back to <strong>keep it simple<\/strong><sup><\/sup>. Do you really need three data points in a single data cell? <sup><\/sup>It&#8217;s the same thing with complex tables where you have multiple row or multiple column headers<sup><\/sup>. There&#8217;s other ways to show those relationships without making it so complex<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> <strong>Technically passing is not the same as making something usable<\/strong><sup><\/sup>.<\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> There are times when <strong>compliance means poor user experience<\/strong>, and there are times when a good user experience means that it&#8217;s gonna fail compliance<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laine Amoreaux:<\/strong> And coming back to that table in Word example, you can make it pass in Word<sup><\/sup>. But that doesn&#8217;t mean that it&#8217;s going to be usable in the end, and if your ultimate destination is a <strong>PDF<\/strong>&#8230; that work gets done over there<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Laurie Berry:<\/strong> That <strong>pie chart<\/strong>, is that the failure Laine? <sup><\/sup>I&#8217;m guessing headings, like User Experiences, is that supposed to be a heading? <sup><\/sup>I&#8217;m guessing maybe <strong>tabs<\/strong> were used to build this Screen Reader Use by region table<sup><\/sup>.<\/p>\n\n\n\n<p><strong>Sukha Worob:<\/strong> The headings in this document are only <strong>formatted to look like headings<\/strong>, they&#8217;re not styled as headings, so that is a problem<sup><\/sup>. The &#8220;Screen Reader Use by region table&#8221; is not structurally a table<sup><\/sup>. It is <strong>columns<\/strong>, which means that this would be read by region&#8230; number of respondents, 991, 380, 141, 61, 39<sup><\/sup>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This is a space where a <strong>table is absolutely appropriate<\/strong>, a table with column headers and row headers, but they chose to format it as columns.<\/li>\n\n\n\n<li>The second table was created using <strong>tabs<\/strong>.<\/li>\n\n\n\n<li>Again, that comes back to that <strong>info and relationships<\/strong>. All of the information is there, but it&#8217;s <strong>impossible to associate the information with its appropriate header<\/strong>.<\/li>\n<\/ul>\n<\/details>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" id=\"60-minutes\"\/>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-full-webinar-recording\">Full Webinar Recording<\/h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n<div\n    class=\"c-video c-video--lazy\"\n    data-js='c-video' data-embed-id='TMZd5DGQ96o' data-embed-provider='YouTube'\n    data-id=\"\"\n>\n    <div class=\"c-video__wrapper\">\n        <figure class=\"c-video__embed\">\n            <a\n                href=\"https:\/\/youtu.be\/TMZd5DGQ96o?si=-eaj7-DvoOIQmiW6\"\n                class=\"c-video__trigger\"\n                data-js=\"c-video-trigger\"\n                title=\"Play Video\"\n                target=\"_blank\"\n                rel=\"noopener\"\n            >\n                <img decoding=\"async\"\n                    class=\"c-video__image lazyload\"\n                    src=\"https:\/\/www.boisestate.edu\/accessibility\/wp-content\/themes\/core\/img\/theme\/shims\/16x9.png\"\n                    data-src=\"https:\/\/i.ytimg.com\/vi\/TMZd5DGQ96o\/maxresdefault.jpg\"\n\t\t\t\t\talt=\"\"\n                    role=\"presentation\"\n                \/>\n                <figcaption class=\"c-video__caption\">\n                    <i class=\"c-video__icon icon icon-play\"><\/i>\n                    <span class=\"c-video__trigger-label\">GMT20250514 163542 Recording 2560&#215;1440<\/span>\n                <\/figcaption>\n            <\/a>\n        <\/figure>\n    <\/div>\n<\/div>\n\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Tips for creating accessible tables using proper headers, layout, and structure for screen reader users&#8230;.<\/p>\n","protected":false},"author":96,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[615,616,613],"tags":[],"class_list":["post-1885","post","type-post","status-publish","format-standard","hentry","category-content-communication","category-design-development","category-on-demand-webinars"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.8 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Tables \/ A11y Idaho - Accessibility<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tables \/ A11y Idaho\" \/>\n<meta property=\"og:description\" content=\"Tips for creating accessible tables using proper headers, layout, and structure for screen reader users....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/\" \/>\n<meta property=\"og:site_name\" content=\"Accessibility\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-30T21:38:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-24T17:34:57+00:00\" \/>\n<meta name=\"author\" content=\"Carolyn Quintero\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carolyn Quintero\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Tables \/ A11y Idaho - Accessibility","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/","og_locale":"en_US","og_type":"article","og_title":"Tables \/ A11y Idaho","og_description":"Tips for creating accessible tables using proper headers, layout, and structure for screen reader users....","og_url":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/","og_site_name":"Accessibility","article_published_time":"2025-05-30T21:38:00+00:00","article_modified_time":"2025-10-24T17:34:57+00:00","author":"Carolyn Quintero","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Carolyn Quintero","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/#article","isPartOf":{"@id":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/"},"author":{"name":"Carolyn Quintero","@id":"https:\/\/www.boisestate.edu\/accessibility\/#\/schema\/person\/bb0496d3f61a71eead98b8c69c913a73"},"headline":"Tables \/ A11y Idaho","datePublished":"2025-05-30T21:38:00+00:00","dateModified":"2025-10-24T17:34:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/"},"wordCount":2118,"articleSection":["Content &amp; Communication","Design &amp; Development","On-Demand Webinars"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/","url":"https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/","name":"Tables \/ A11y Idaho - Accessibility","isPartOf":{"@id":"https:\/\/www.boisestate.edu\/accessibility\/#website"},"datePublished":"2025-05-30T21:38:00+00:00","dateModified":"2025-10-24T17:34:57+00:00","author":{"@id":"https:\/\/www.boisestate.edu\/accessibility\/#\/schema\/person\/bb0496d3f61a71eead98b8c69c913a73"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.boisestate.edu\/accessibility\/2025\/05\/30\/tables\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.boisestate.edu\/accessibility\/#website","url":"https:\/\/www.boisestate.edu\/accessibility\/","name":"Accessibility","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.boisestate.edu\/accessibility\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.boisestate.edu\/accessibility\/#\/schema\/person\/bb0496d3f61a71eead98b8c69c913a73","name":"Carolyn Quintero","url":"https:\/\/www.boisestate.edu\/accessibility\/author\/carolynquintero\/"}]}},"featured_image_url":"","author_name":"Carolyn Quintero","cats":["Content &amp; Communication","Design &amp; Development","On-Demand Webinars"],"featured_caption":"","_links":{"self":[{"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/posts\/1885","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/users\/96"}],"replies":[{"embeddable":true,"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/comments?post=1885"}],"version-history":[{"count":2,"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/posts\/1885\/revisions"}],"predecessor-version":[{"id":1894,"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/posts\/1885\/revisions\/1894"}],"wp:attachment":[{"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/media?parent=1885"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/categories?post=1885"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.boisestate.edu\/accessibility\/wp-json\/wp\/v2\/tags?post=1885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}