More actions
| Line 132: | Line 132: | ||
==== Data tables ==== | ==== Data tables ==== | ||
{{Main | {{Main|UniWiki:Manual of Style/Accessibility/Data tables tutorial}} | ||
<pre> | <pre> | ||
| Line 151: | Line 151: | ||
</pre> | </pre> | ||
; Caption ( <code>|+</code> ): A caption is a table's title, describing its nature. | ; Caption ( <code>|+</code> ): A caption is a table's title, describing its nature. | ||
; Row & column headers (<code> ! </code>): Like the caption, these help present the information in a logical structure to visitors. | ; Row & column headers (<code> ! </code>): Like the caption, these help present the information in a logical structure to visitors. The headers help screen readers render header information about data cells. For example, header information is spoken prior to the cell data, or header information is provided on request. | ||
; Scope of headers (<code> ! scope="col" | and ! scope="row" | </code>): This clearly identifies headers as either row headers or column headers. Headers can now be associated to corresponding cells. | ; Scope of headers (<code> ! scope="col" | and ! scope="row" | </code>): This clearly identifies headers as either row headers or column headers. Headers can now be associated to corresponding cells. | ||
[[ | [[UniWiki:Manual of Style/Accessibility/Data tables tutorial]] provides detailed requirements about: | ||
# Correct table captions | # Correct table captions | ||
# Correct headers structure | # Correct headers structure | ||