Wikipedia:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions

Content deleted Content added
Dodoïste (talk | contribs)
Created page with 'Note that each column header is repeated when reading every row, so an abbreviation could be added to long headers using the <code>abbr="..."</code> attribute, for ...'
 
Dodoïste (talk | contribs)
No edit summary
Line 1:
Voice browsers might read aloud this data table in the following order:<ref>http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns</ref>
{{Quote |
''Caption: [caption text]''<br />
''[column header 1]: [row header 1], [column header 2]: [cell 1,2], [column header 3]: [cell 1,3]''<br />
''[column header 1]: [row header 2], [column header 2]: [cell 2,2], [column header 3]: [cell 2,3]''<br />
...}}
 
Note that each column header is repeated when reading every row, so an abbreviation could be added to long headers using the <code>abbr="..."</code> attribute, for example:
<pre>