scope
Scope (NISO JATS table model)
Remarks
Caution: This attribute has not been widely supported.
Used on Elements: <td>, <th>
| Value | Meaning |
|---|---|
| col | Provides header information for the rest of a column. |
| colgroup | Provides header information for the rest of a column group (i.e., the remaining cells within the <colgroup> element). |
| row | Provides header information for the rest of a row. |
| rowgroup | Provides header information for the rest of a row group (i.e., the remaining cells of the current <thead>, <tfoot>, or <tbody>). |
| Restriction | @scope is an optional attribute; there is no default. |