Accessible Table Structure
Target Audience: Chaffey College Faculty, Staff, & Students (Beginner Level)
Software: Microsoft Word 365 (Enterprise)
Goal: Ensure tables are readable by screen readers and pass the Accessibility Checker.
The Concept: Screen readers read tables linearly: "Row 1, Column 1," then "Row 1, Column 2." Imagine a spreadsheet grid. If you "merge" two cells together, or split one cell into tiny pieces, you break that grid. When a blind student's software hits a merged cell, it often gets confused, skips data, or reads the "Price" column as the "Date" column.
The Golden Rule: Keep it simple. One row should be one straight line across. One column should be one straight line down. Tables are for Data (numbers/facts), not for Layout (making things look pretty).
Part 1: The "No Merging" Rule
How to check if your table is broken:
- Click inside your table.
- Look at the grid lines.
- Good: Every box is the same size. It looks like a clean checkerboard.
- Bad: You have one long box spanning across three smaller boxes below it (usually used for titles).
How to Fix Merged Cells (Step-by-Step):
- Select the Cell: Right-click inside the specific cell that looks "merged" or too long.
- Find the Tool: Select Split Cells from the menu.
- Reset the Grid:
- A small box will pop up asking for numbers.
- Your goal is to make it match the rest of the table. Usually, this means typing 1 for "Number of Columns" and 1 for "Number of Rows."
- Click OK.
- Result: The cell will shrink back to a normal size, leaving empty cells next to it. You can now delete or fill those empty cells to make the grid even.
Part 2: Fixing the "Table Title" Mistake
Common Mistake: Content Creators often merge the entire top row of a table to type a title like "Fall Schedule." This ruins the accessibility tags for the actual data below it.
How to Fix It:
- Get the Text Out: Highlight the text inside that top row (e.g., "Fall Schedule") and Cut it (Ctrl + X).
- Paste it Outside: Click just above the table (in the main document body) and Paste it (Ctrl + V).
- Make it a Heading: Highlight that pasted text and click Heading 2 in your Styles menu.
- Delete the Empty Row:
- Right-click the now-empty top row of the table.
- Select Delete Cells... > Delete entire row.
- Now your table starts cleanly with the data headers (like "Date," "Time," "Class").
Part 3: Stop Using "Layout Tables"
Common Mistake: Using a table with invisible borders just to put a picture on the left and text on the right (like a resume or staff bio).
Why this fails: Screen readers read the entire left column (all the pictures) before moving to the entire right column (all the text). This means the assistive user hears the names of 5 staff members in a row, then 5 bios in a row, with no idea which bio belongs to which person.
The Fix: Use "Columns" Instead
- Delete the Table: Highlight your text and remove it from the table structure.
- Select the Text: Highlight the paragraphs you want side-by-side.
- Go to Layout: Click the Layout tab in the top ribbon (next to Design).
- Click Columns: Click the Columns dropdown and select Two.
- Result: Word will naturally flow your text into two columns (like a newspaper). This is fully accessible and reads in the correct order.
Part 4: Don't Forget the Header Row!
If your table breaks across two pages, you must do this.
- Click inside the top row of your data (e.g., the row saying "Name," "ID," "Grade").
- Right-click and select Table Properties.
- Click the Row tab.
- Check the box: Repeat as header row at the top of each page.
- Click OK.
