Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 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
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:
; HeadFootBodyTags = Yes (default, wrap table rows in <thead>,
; <tfoot>, and <tbody> groups, to enable scope="rowgroup") or No
Create header, footer, and body sections
When HeadFootBodyTags=Yes
,
Mif2Go wraps table rows with <thead>
,
<tbody>
, and <tfoot>
tags, as follows:
<thead>...</thead
>.
<tfoot>...</tfoot
>.
<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.