Wikipedia talk:Manual of Style/Accessibility/Data tables tutorial: Difference between revisions
Content deleted Content added
→Avoiding rowspan/colspan: new section |
m →Open question on missing cells: copyedit |
||
Line 334:
== Open question on missing cells ==
In several tables cells are not created when they should be blank. Example: [http://en.wikipedia.org/w/index.php?title=Dwain_Chambers&oldid=383112406#Competition_record Dwain Chambers]. Is it an accessibility issue? Does it makes the table
:It's actually a UAAG issue. See [http://www.w3.org/TR/html401/struct/tables.html#h-11.2.4.3 Calculating the number of columns in a table]:
:* "... if the TABLE element contains no COLGROUP or COL elements, user agents should base the number of columns on what is required by the rows. The number of columns is equal to the number of columns required by the row with the most columns, including cells that span multiple columns. For any row that has fewer than this number of columns, the end of that row should be padded with empty cells."
|