Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 26 Identifying HTML table structure for WAI > 26.1 Identifying table rows and columns > 26.1.3 Specifying a default accessibility method > 26.1.3.3 Applying the id/headers method to all tables
When AccessMethod=IDheaders
, Mif2Go supplies the following WAI attributes for every
table:
id="groupN"
for any
cells marked ColGroup
or RowGroup
.
id="spanN"
for any
spanning cells (and cells marked Span
).
id="rowN"
or id="colN"
for the remaining cells.
headers
attribute
that names all applicable IDs for each affected cell.
In addition, AccessMethod=IDheaders
sets [Tables]
properties ColGroupIDs
,
RowGroupIDs
, ColSpanIDs
,
RowSpanIDs
, ColIDs
,
and RowIDs
, so that most header cells have
IDs and the corresponding body cells have matching headers. See §27.3 Using the id/headers method to identify table cells
for more information.