Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

12 Converting to HTML > 12.14 Passing W3C validation tests > 12.14.5 Avoiding redundant attribute assignments in tables


12.14.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 §25.1.3.2 Applying the scope method to all tables):

[Tables]

AccessMethod=Scope

Then if you happen to include a CellScope marker in some table (see §25.2.4 Using custom markers for table-cell attributes0, the scope attribute assignment appears twice in the output for that table cell.



12 Converting to HTML > 12.14 Passing W3C validation tests > 12.14.5 Avoiding redundant attribute assignments in tables