36.4 Overriding default table-cell settings

You can use settings in the [TableAccess] section to override, for selected tables, the corresponding [Tables] default settings; everything you can set in [TableAccess] has a document-wide default in the [Tables] section.

You can specify overrides that apply to table groups, to tables of a certain format, and to individual tables. You can even use wildcards to specify tables that are not explicitly grouped.

You can negate a default setting by prefixing any of the following keywords with No:

ColIDs
ColGroupIDs
ColSpanIDs
RowIDs
RowGroupIDs
RowSpanIDs
ScopeCol
ScopeColGroup
ScopeRow
ScopeRowGroup

For example:

[TableAccess]
; table ID = method list (overrides default in [Tables]) of
; ColIDs, RowIDs, ColSpanIDs, RowSpanIDs, ScopeCol, ScopeColGroup,
; ScopeRow, ScopeRowGroup, ColGroupIDs, RowGroupIDs,
; or any prefixed with No, such as NoColIDs.
aa123456=ColIDs NoRowIDs
group5=ScopeColGroup
Format A=RowSpanIDs NoColIDs    

Previous Topic:  36.3.10 Using span IDs with row or column IDs

Next Topic:  36.5 Using ColGroup and RowGroup cells

Parent Topic:  36. Marking HTML table cells for WAI

Sibling Topics:

36.1 Understanding table cell settings

36.2 Using the scope method to identify table cells

36.3 Using the id/headers method to identify table cells

36.5 Using ColGroup and RowGroup cells

Table of ContentsIndex