Adobe 22001438 Accessibility Guide - Page 110

is three columns wide, or RowSpan=2 for a cell that is two rows deep.

Page 110 highlights

ADOBE ACROBAT 7.0 103 Section 13: Fixing advanced accessibility problems Incorrect tagging structure for a table (top) and the corrected tagging structure for the table (bottom). The corrected structure has tags for all header cells, including tags that are at the same level as the tags for rows that contain both types of cells. Tables that are a straightforward grid provide the greatest accessibility. That is, each row has the same number of columns, and each column has the same number of rows. Many tables, however, merge cells to make a single cell span two or more columns or rows. Merging cells across columns or down rows creates problems for screen readers unless you properly assign ColSpan and RowSpan attributes to the or tag of the merged cell. These attributes tell the screen reader how many columns or rows a particular cell spans (such as ColSpan=3 for a cell that is three columns wide, or RowSpan=2 for a cell that is two rows deep). For tables that contain blank cells, you may also need to add empty cells into the tree structure, so that each row or column has the same number of cells. This enables the screen reader to present the content in a way that doesn't confuse the user.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115

103
ADOBE ACROBAT 7.0
Section 13: Fixing advanced accessibility problems
Incorrect tagging structure for a table (top) and the corrected tagging structure for the table (bottom). The corrected structure has <TH> tags
for all header cells, including <TH> tags that are at the same level as the <TD> tags for rows that contain both types of cells.
Tables that are a straightforward grid provide the greatest accessibility. That is, each row has the same number of
columns, and each column has the same number of rows. Many tables, however, merge cells to make a single cell
span two or more columns or rows. Merging cells across columns or down rows creates problems for screen readers
unless you properly assign ColSpan and RowSpan attributes to the <TH> or <TD> tag of the merged cell. These
attributes tell the screen reader how many columns or rows a particular cell spans (such as ColSpan=3 for a cell that
is three columns wide, or RowSpan=2 for a cell that is two rows deep).
For tables that contain blank cells, you may also need to add empty <TD> cells into the tree structure, so that each
row or column has the same number of cells. This enables the screen reader to present the content in a way that
doesn’t confuse the user.