This shows you the differences between two versions of the page.
notices:html-css:utiliser-l-attribut-headers-et-id-pour-associer-les-cellules-aux-entetes-des-tableaux-de-donnees-complexes [11 June 2013 at 14:37] Sébastien Delorme (Atalan) [Related recommendations] |
notices:html-css:utiliser-l-attribut-headers-et-id-pour-associer-les-cellules-aux-entetes-des-tableaux-de-donnees-complexes [30 December 2013 at 18:24] (current) Sébastien Delorme (Atalan) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== 9.2.4. Use the headers and id attributes to associate cells with table header cells in complex data tables ====== | ====== 9.2.4. Use the headers and id attributes to associate cells with table header cells in complex data tables ====== | ||
- | A complex data table is a table in which the header cells do not systematically apply to the entirety of row cells or column cells containing data. | + | A complex data table is a table in which the header cells do not systematically apply to all the cells of a row or a column. |
To associate the headers with data in this type of table, use the ''id'' (identifiers) attribute on the ''<th>'' cells and headers attribute on the ''<td>'' cells. | To associate the headers with data in this type of table, use the ''id'' (identifiers) attribute on the ''<th>'' cells and headers attribute on the ''<td>'' cells. |