diff --git a/index.html b/index.html index 56732a270..159a45d2c 100644 --- a/index.html +++ b/index.html @@ -13035,7 +13035,7 @@
The following elements are not exposed via the accessibility API and user agents MUST NOT include them in the accessibility tree:
display:none
, visibility:hidden
, or the HTML 5 hidden
attribute.display:none
, visibility:hidden
, or the HTML hidden
attribute.If not already excluded from the accessibility tree per the above rules, user agents SHOULD NOT include the following elements in the accessibility tree:
An implementing host language MUST provide support for the author to make all interactive elements focusable, that is, any renderable or event-receiving elements. An implementing host language MUST provide a facility to allow web authors to define whether these focusable, interactive elements appear in the default tab navigation order. The tabindex
attribute in HTML 5 is an example of one implementation.
An implementing host language MUST provide support for the author to make all interactive elements focusable, that is, any renderable or event-receiving elements. An implementing host language MUST provide a facility to allow web authors to define whether these focusable, interactive elements appear in the default tab navigation order. The tabindex
attribute in HTML is an example of one implementation.