diff --git a/index.html b/index.html index 54625c5..0b5c7cd 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,10 @@ the following substantive additions and/or corrections have been proposed:
- Authors MAY use the `aria-disabled` attribute on any element that is allowed the `disabled` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-disabled` attribute. + Authors MAY use the `aria-disabled` attribute on any element that is allowed the `disabled` attribute in HTML, + or any element with a WAI-ARIA role which allows the `aria-disabled` attribute.
Authors SHOULD NOT use `aria-disabled="true"` on any element which also has a `disabled` attribute. @@ -3667,19 +3672,22 @@
- Authors MAY use the `aria-hidden` attribute on any HTML element that allows global `aria-*` attributes, with the following exception: + Authors MAY use the `aria-hidden` attribute on any HTML element that allows global `aria-*` attributes to + be specified, with the exception of focusable elements and the `body` element.
- Authors SHOULD NOT use the `aria-hidden="true"` attribute on any element which also has a `hidden` attribute. -
- - - +- Authors MAY use the `aria-placeholder` attribute on any element that is allowed the `placeholder` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-placeholder` attribute. + Authors MAY use the `aria-placeholder` attribute on any element that is allowed the `placeholder` attribute in HTML, + or any element with a WAI-ARIA role which allows the `aria-placeholder` attribute.
Authors MUST NOT use the `aria-placeholder` attribute on any element which also has a `placeholder` attribute.