Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 26 Identifying HTML table structure for WAI > 26.2 Associating table cells with header cells > 26.2.1 Specifying group properties for header cells > 26.2.1.2 Using header cells to define column groups
Mif2Go refers to a column-header cell with a group attribute as a ColGroup cell. To make a header cell a ColGroup cell, include in it one of the following:
[HTMLParaStyles]
ColGroup
col
When you designate a header cell as a ColGroup cell, the effect of that property depends on which method you specify for table columns:
scope
automatically
specifies the following:
[Tables]ColGroupElements=Yes
<colgroup>
element)
scope="colgroup"
in
the ColGroup cell <colgroup>
)
id
/headers
automatically specifies the following:
[Tables]ColGroupIDs=Yes
id="groupN"
, dependent
cells get headers="groupN"
)
See §27.5.1 Understanding how the ColGroup property works for more information.