diff --git a/index.html b/index.html index 1e73da249..343781c08 100644 --- a/index.html +++ b/index.html @@ -1472,8 +1472,10 @@
Defines an element's column index or position with respect to the total number of columns within a
Defines an element's column index or position with respect to the total number of columns within a
If all of the columns are present in the DOM, it is not necessary to set this attribute as the user agent can automatically calculate the column index of each cell or
Authors MUST set the value for
If the set of columns which is present in the DOM is contiguous, and if there are no cells which span more than one row or column in that set, then authors MAY place
Defines a human readable text alternative of
Authors SHOULD only use aria-colindextext
when the provided or calculated value of
Authors SHOULD NOT use aria-colindextext
as a replacement for
Unlike aria-colindextext
is not a supported property of aria-colindextext
for the purpose of exposing its value on the
Characteristic | +Value | +
---|---|
Related Concepts: | ++ |
Used in Roles: | +Placeholder | +
Inherits into Roles: | +Placeholder | +
Value: | +string | +
Defines an element's row index or position with respect to the total number of rows within a
Defines an element's row index or position with respect to the total number of rows within a
If all of the rows are present in the DOM, it is not necessary to set this attribute as the user agent can automatically calculate the index of each row. However, if only a portion of the rows is present in the DOM at a given moment, this attribute is needed to provide an explicit indication of each row's position with respect to the full table.
Authors MUST set the value for
Authors SHOULD place
Defines a human readable text alternative of
Authors SHOULD only use aria-rowindextext
when the provided or calculated value of
Authors SHOULD NOT use aria-rowindextext
as a replacement for
Authors SHOULD place aria-rowindextext
on each row. Authors MAY also place aria-rowindextext
on all of the children or owned elements of each row.
Characteristic | +Value | +
---|---|
Related Concepts: | ++ |
Used in Roles: | +Placeholder | +
Inherits into Roles: | +Placeholder | +
Value: | +string | +