24.6.5 Specifying row-group, row, and cell attributes with macros
You can specify HTML code to add attributes at precisely defined locations inside table row groups, rows, and cells. These attributes override the same attributes specified in the [Attributes] section:
The following sections let you control attributes of table row groups, and allow you to use macros in a row-group element: <thead>, <tfoot>, or <tbody>.
; table ID = text (macro) to put inside <thead>,
; overrides [Attributes] for <thead>
; table ID = = text (macro) to put inside <tfoot>,
; overrides [Attributes] for <tfoot>
; table ID = = text (macro) to put inside <tbody>,
; overrides [Attributes] for <tbody>
For these overrides to take effect, you must also specify either of the following:
• for individual tables or table groups, any one of:
§24.3.2.4 Wrapping table row groups
§24.3.2.6 Overriding row and column group settings.
The following sections let you control row attributes for all the rows in a table (or group of tables), and use macros in a row before and after other content. See also §26.1 Identifying table rows and columns for ways to identify table rows for WAI (Web Accessibility Initiative) markup.
; table ID = text (macro) to put inside <tr>, overrides [Attributes]
; table ID = text of macro to put on line after <tr>
; table ID = text of macro to put before </tr>
§24.4.5 Specifying attributes for table rows
The following sections let you control cell attributes for all the cells in a table (or group of tables), and use macros in a cell before and after other content.
; table ID = text (macro) to put inside <td>, overrides [Attributes]
; table ID = text of macro to put after <td>
; table ID = text of macro to put before </td>
> 24 Converting tables to HTML > 24.6 Using macros to control table properties > 24.6.5 Specifying row-group, row, and cell attributes with macros