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

Content deleted Content added
Dodoïste (talk | contribs)
Dodoïste (talk | contribs)
No edit summary
Line 2:
 
<ref group="WCAG-TECH">[http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H63 {{lang|en|Using the scope attribute to associate header cells and data cells in data tables}}], niveau d'accessibilité A</ref>
 
== Correct table captions (table header) ==
 
*Priority: high (A accessibility level)
*Difficulty: easy (blend in nicely with editorial habits)
 
Il est également possible d'améliorer l'accessibilité d'un tableau de données en lui donnant un titre explicite, s'il n'est pas immédiatement précédé par un bref paragraphe ou un titre de section jouant le même rôle. Le titre de tableau est créé à l'aide de la syntaxe <code><nowiki>|+</nowiki></code><ref group="WCAG-TECH">[http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H39 {{lang|en|Using caption elements to associate data table captions with data tables}}], niveau d'accessibilité A</ref>.
 
Even more, "Actor", "film" and "television" are no good as table captions. A table caption is meant to explain roughly what the content of the table is. So that a screen readers user don't need to read half of the table to find it out by himself, and can eventually skip right away it if he find out it's of no interest to him.
 
[[User_talk:Jack_Merridew#Question_.28filmography.29]]
 
== Correct headers structure ==
Line 19 ⟶ 30:
 
Bad structure and visual order, with icons and couloured [http://en.wikipedia.org/w/index.php?title=S.M.A.R.T.&oldid=377897571#Known_ATA_S.M.A.R.T._attributes example], [http://en.wikipedia.org/w/index.php?title=S.M.A.R.T.&diff=prev&oldid=380387962 partial correction].
 
== Correct table captions (table header) ==
 
*Priority: high (A accessibility level)
*Difficulty: easy (blend in nicely with editorial habits)
 
Il est également possible d'améliorer l'accessibilité d'un tableau de données en lui donnant un titre explicite, s'il n'est pas immédiatement précédé par un bref paragraphe ou un titre de section jouant le même rôle. Le titre de tableau est créé à l'aide de la syntaxe <code><nowiki>|+</nowiki></code><ref group="WCAG-TECH">[http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H39 {{lang|en|Using caption elements to associate data table captions with data tables}}], niveau d'accessibilité A</ref>.
 
Even more, "Actor", "film" and "television" are no good as table captions. A table caption is meant to explain roughly what the content of the table is. So that a screen readers user don't need to read half of the table to find it out by himself, and can eventually skip right away it if he find out it's of no interest to him.
 
[[User_talk:Jack_Merridew#Question_.28filmography.29]]
 
== Images and color ==