13.16.5 Avoiding redundant attribute assignments in tables
If you use more than one method to add the same attribute to a table, you might end up with duplicate attribute assignments, which are not allowed for W3C validation. For example, suppose you specify access method scope for all tables (see §26.1.3.2 Applying the scope method to all tables):
Then if you happen to include a CellScope marker in some table (see §26.2.4 Assigning table-cell attribute values with custom markers0, the scope attribute assignment appears twice in the output for that table cell.
> 13 Converting to HTML/XHTML > 13.16 Passing W3C validation tests > 13.16.5 Avoiding redundant attribute assignments in tables