Presentation Tables
Use Linearize Table when a table is used only for layout.
Note: Test both if necessary.
Data Tables
Ensure every table contains:
Note: Set row and column header scope correctly.
Table Captions
- Place captions:
- Inside the Table tag
- Before the first row
Complex Tables
Generate linked headers when multiple rows or columns share one heading.
Multi-Page Tables
When tables continue across pages.
- Repeat visual headers.
- Untag duplicated headers before merging.
- Merge the tables.
- Verify linked headers.
Generating Tables From Selection
Sometimes tables appear as a series of paragraph tags.
- To create a table:
- Select the entire table.
- Select Insert Tag and Generate Table.
- Level the table tag up to the root level.
- Run Cleanup:
- Right-click the tag.
- Select Cleanup and Skip Empty Cells.
- Open the Table Editor.
- Correct:
- Cell order
- Spanning
- Header settings
- Scope
Basic Data Table Structure
A properly tagged data table should contain:
-
Table
-
TR (Table Row)
-
TH (Header Cell)
-
TD (Data Cell)
Header Rules:
- Column headers use TH with column scope.
- Row headers use TH with row scope.
- Data cells use TD and do not require scope.
Table Editor
- Use the Table Editor to:
- If multiple cells have incorrect spans:
Merging cells and Removing Empty Cells
- To merge cells:
- Select cells in order.
- Press Ctrl + M
- Merge from right to left.
- To remove empty cells:
- Select the empty cells tags.
- Delete the tags.
- Run:
- Cleanup and Skip Empty Cells.
Figure to Table Conversion
- When charts contain important data:
- Convert the figure into a table instead of placing all information in alternative text.
- Select the chart.
- Choose Generate Table From Selection.
- Level the table tag up.
- Open the Table Editor.
- Correct:
- Cell order
- Headers
- Scope
- Linked cells
Note: This allows screen readers to navigate individual data points instead of listening to a long image description.
Redrawing Complex Tables
When table headers or structure are difficult to correct.
-
Open the Table Editor.
-
Redraw the table structure as needed.
-
Insert cells where needed.
-
Adjust cell spans.
-
Add empty cells to align the table structure.
-
Verify:
-
Header placement
-
Header scope
-
Linked cells
-
Reading order
Multi-Page Table Merge Process
When merging tables across pages:
-
Select the first (top) table tag.
-
Hold Ctrl or Shift and select the second table tag.
-
Right-click and select Merge Tables.
-
Select:
-
Add Rows when combining tables vertically.
-
Add Columns only when expanding the table horizontally.
Important Note: Selection order matters when merging tables. Always select the first table before the second table.
After merging:
-
Open the Table Editor.
-
Verify:
-
Table structure
-
Header structure
-
Reading order
-
Linked headers
Full Table Cleanup
To remove empty cells:
-
Select the table.
-
Right-click.
-
Select:
-
Cleanup
-
Full Table Cleanup