diff --git a/aria-practices.html b/aria-practices.html index 7c093e8f74..420d5c950f 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2354,8 +2354,8 @@
aria-colcount
and aria-colindex
aria-colindex
or setting it on some but not all cells in a row, could cause screen reader table reading functions to skip cells or simply stop functioning.
aria-colindex
When Column Indicies Are Contiguousaria-colindex
When Column Indices Are Contiguous
When all the cells in a row have column index numbers that are consecutive integers,
aria-colindex
can be set on the row element with a value equal to the index number of the first column in the set.
@@ -6063,7 +6063,7 @@
aria-colindex
When Column Indicies Are Contiguousaria-colindex
When Column Indicies Are Not Contiguousaria-colindex
When Column Indices Are Not Contiguous
When the cells in a row have column index numbers that are not consecutive integers, aria-colindex
needs to be set on each cell in the row.
The following example shows a grid for an online grade book where the first two columns contain a student name and subsequent columns contain scores.
@@ -6386,7 +6386,7 @@
presentation
is applied to a ul
or ol
element, each child li
element inherits the presentation
role because ARIA requires the listitem
elements to have the parent list
element. So, the li
elements are not exposed to assistive technologies, but elements contained inside of those li
elements, including nested lists, are visible to assistive technologies. presentation
is applied to a table
element,
- the descendant caption
, thead
, tbody
, tfooter
,
+ the descendant caption
, thead
, tbody
, tfoot
,
tr
, th
, and td
elements inherit role presentation
and are thus not exposed to assistive technologies.
But, elements inside of the th
and td
elements, including nested tables, are exposed to assistive technologies.
diff --git a/examples/disclosure/disclosure-img-long-description.html b/examples/disclosure/disclosure-img-long-description.html
index f754c84dd4..1c61153eb2 100644
--- a/examples/disclosure/disclosure-img-long-description.html
+++ b/examples/disclosure/disclosure-img-long-description.html
@@ -71,8 +71,8 @@ aria-expanded
using a CSS atribute selector and :before
pseudo element that generates an image with the content
property.aria-expanded
using a CSS attribute selector and :before
pseudo element that generates an image with the content
property.:focus
pseudo class is used to change the background and border colors.NOTE: The following table describes keyboard commands that move focus among grid cells. In the examples on this page, some cells contain a single focusable widget, and if a cell contains a widget, the cell is not focusable; the widget receives focus instead of the cell. - So, when a description says a command moves focus to a cell, the command may either focus the cell or a widget inside the cell. + So, when a description says a command moves focus to a cell, the command may either focus the cell or a widget inside the cell.
|
@@ -694,7 +694,7 @@
|
diff --git a/examples/treeview/treeview-2/treeview-2a.html b/examples/treeview/treeview-2/treeview-2a.html
index 40ab5a3df4..0da69c3960 100644
--- a/examples/treeview/treeview-2/treeview-2a.html
+++ b/examples/treeview/treeview-2/treeview-2a.html
@@ -346,7 +346,7 @@