This is an old revision of the document!
A formatting table should not include tags or attributes that are specific to data tables.
In other words, the:
<caption>
, <th>
, <thead>
and <tfoot>
tags must not be used in formatting tables.scope
, headers
, axis
, colgroup
and summary
attributes must not be used in formatting tables.
Il est intéressant de signaler les tableaux de mise en forme en utilisant l’attribut role
de la façon suivante : <table role=“presentation”>
.