Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 27 Marking HTML table cells for WAI > 27.3 Using the id/headers method to identify table cells > 27.3.10 Using span IDs with row or column IDs
ColSpanIDs=No
, Mif2Go interprets horizontally straddled cells in a
column-header row as applying to all the body cells below them. For example,
if the first cell in column 2 also straddles the cell next to it in column
3, Mif2Go generates headers="col2"
for the body cells in columns 2 and 3.
ColSpanIDs=Yes
,
the cells are identified as follows:
id="span
n"
instead of id="col2"
.
id="col2"
(left
cell) and id="col3"
(right cell).
headers="col2"
(left column) and headers="col3"
(right column).
headers="span
n
"
.
RowSpanIDs=No
, Mif2Go interprets vertically straddled cells in a row-header
column as applying to all the body cells to the right of them. For example,
if the first cell in row 2 also straddles the cell below it in row 3,
Mif2Go generates headers="row2"
for the body cells in rows 2 and 3.
RowSpanIDs=Yes
,
the cells are identified as follows:
id="span
n
"
instead of id="row2"
.
id="row2"
(top cell) and id="row3"
(bottom cell).
headers="row2"
(top row) and headers="row3"
(bottom row).
headers="span
n
"
.
See §27.3.6 Using span attributes to identify rows and columns
for more information about RowSpanIDs
.