Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

24 Converting tables to HTML > 24.3 Specifying table structure > 24.3.2 Identifying row and column groups and header cells > 24.3.2.4 Wrapping table row groups


24.3.2.4 Wrapping table row groups

To group table rows, the rows must be wrapped in elements that distinguish header, footer, and body rows, and that provide a way to group body rows. By default, Mif2Go wraps table rows in groups.

To prevent Mif2Go from wrapping table row groups:

[Tables]

; HeadFootBodyTags = Yes (default, wrap table rows in <thead>,

; <tfoot>, and <tbody> groups, to enable scope="rowgroup") or No

HeadFootBodyTags = No

Create header, footer, and body sections

When HeadFootBodyTags=Yes, Mif2Go wraps table rows with <thead>, <tbody>, and <tfoot> tags, as follows:

All rows that are FrameMaker-defined Heading rows, or that are included in the table header by row count, are wrapped in <thead>...</thead>.

All rows that are FrameMaker-defined Footing rows, or that are included in the table footer by row count, are wrapped in <tfoot>...</tfoot>.

All remaining rows are wrapped in <tbody>...</tbody>.

This is intended primarily to support WAI interpretation using the WAI scope attribute; see §26 Identifying HTML table structure for WAI for more information. However, you can also use this setting also to add CSS class attributes.



24 Converting tables to HTML > 24.3 Specifying table structure > 24.3.2 Identifying row and column groups and header cells > 24.3.2.4 Wrapping table row groups