diff --git a/index.html b/index.html index 2ba5ba258..9e37f80b0 100644 --- a/index.html +++ b/index.html @@ -870,7 +870,7 @@

WAI-ARIA RolesDOM, only in the accessibility tree.

- User agents MUST use the first token in the sequence of tokens in the role attribute value that matches the name of any non-abstract + User agents MUST use the first token in the sequence of tokens in the role attribute value that is an [=ASCII case-insensitive=] match for the name of any non-abstract WAI-ARIA role. Refer to the section on role attribute implementation in Host Languages for further details.

@@ -16352,7 +16352,7 @@

Role Attribute

attribute value illegal in the host-language syntax; and
  • - The first name literal of a non-abstract WAI-ARIA role in the list of tokens in the role attribute defines + The first [=ASCII case-insensitive=] name literal of a non-abstract WAI-ARIA role in the list of tokens in the role attribute defines the role according to which the user agent MUST process the element. User Agent processing for roles is defined in the Core Accessibility API Mappings [[CORE-AAM-1.2]].