scope
Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables.
Attribute information
Type: Anonymous
Properties: Local, Unqualified
Value
Valid value Description row The current cell provides header information for the rest of the row that contains it col The current cell provides header information for the rest of the column that contains it. rowgroup The header cell provides header information for the rest of the row group that contains it. colgroup The header cell provides header information for the rest of the column group that contains it.
Used in
- Attribute group db.html.tablecell.attributes
- Anonymous type of element td via reference to db.html.td.attlist
- Anonymous type of element th via reference to db.html.th.attlist
- Attribute group db.html.td.attlist via reference to db.html.tablecell.attributes
- Attribute group db.html.th.attlist via reference to db.html.tablecell.attributes