23.3.3.1 Specifying default header and footer counts for all tables
You can specify how many column-header rows, row-header columns, and footer rows the tables in your document typically have. These settings are intended primarily to support WAI interpretation; see §25 Identifying HTML table structure for WAI for more information. Table 23-3 shows the settings.
Table 23-3 Default counts of table header rows/columns and footer rows
Use these settings to establish document-wide defaults for the number of columns in row headers, the number of rows in column headers, and the number of rows in table footers.
; TableHeaderCols = count of cols in which to make td -> th,
; counting from left at the start of each row in the table
; TableHeaderRows = count of rows in which to make td -> th,
; counting from the top of the table
; TableFooterRows = count of footer rows from bottom of the table,
; significant only when RowGroupIDs = Yes.
For example, if your tables typically have two FrameMaker-defined Heading rows, and you want the first body row in most of them to be considered a header row also, you would set TableHeaderRows=3. To designate cells in the first column as row headers, set TableHeaderCols=1.
> 23 Converting tables to HTML > 23.3 Specifying table structure > 23.3.3 Identifying table headers and footers > 23.3.3.1 Specifying default header and footer counts for all tables
