From 4698ccd064c4f98adf016896a0d688b52d8f990f Mon Sep 17 00:00:00 2001
From: Scott O'Hara
Use the `disabled` attribute on any element that is allowed the `disabled` attribute in HTML.
- 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. @@ -3660,19 +3661,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. + It is NOT RECOMMENDED to use `aria-hidden="true"` on any element which also has the `hidden` attribute specified.
- - - +- 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.
From 11f37596c1ce73a6a0d389a59eb31c2cde295b1f Mon Sep 17 00:00:00 2001
From: Scott O'Hara
be specified, with the exception of focusable elements and the `body` element.
- It is NOT RECOMMENDED to use `aria-hidden="true"` on any element which also has the `hidden` attribute specified. + It is generally NOT RECOMMENDED for authors to use `aria-hidden="true"` on any element which also has the `hidden` attribute specified. However, authors MUST NOT use `aria-hidden="true"` on any element which also has the `hidden` attribute specified in the `until-found` state.