@Generated(value="org.realityforge.webtack")
@Documented
public @interface ScopeType
An enumerated value to define the cells that the header element relates to.
Field Detail
auto
@Nonnull
public static final java.lang.String auto
The default value.
col
@Nonnull
public static final java.lang.String col
The header relates to all cells of the column it belongs to.
colgroup
@Nonnull
public static final java.lang.String colgroup
The header belongs to a colgroup and relates to all of its cells.
row
@Nonnull
public static final java.lang.String row
The header relates to all cells of the row it belongs to.
rowgroup
@Nonnull
public static final java.lang.String rowgroup
The header belongs to a rowgroup and relates to all of its cells. These cells can be
placed to the right or the left of the header, depending on the value of the dir
attribute in the <table> element.