From c9343adc7826c3909f5d3f4e197348fe3f0ac13d Mon Sep 17 00:00:00 2001
From: scottaohara
allowed the `checked` attribute in HTML.
- Authors SHOULD NOT use the `aria-checked` attribute on any element where the checkedness of the element can be in opposition to the current value of the `aria-checked` attribute. + Authors SHOULD NOT use the `aria-checked` attribute on any element where the checkedness of the element can be in opposition to the current value of the `aria-checked` attribute.
Authors MAY use the `aria-checked` attribute on any other element with a WAI-ARIA role which allows the attribute. @@ -2926,7 +2926,7 @@
- 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. @@ -2945,7 +2945,7 @@
- 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, with the following exception:
Authors SHOULD NOT use the `aria-hidden="true"` attribute on any element which also has a `hidden` attribute. @@ -2973,7 +2973,7 @@
- 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. @@ -2993,13 +2993,13 @@
- Authors MAY use the `aria-valuemax` attribute on any other element with a WAI-ARIA role which allows the attribute. + Authors MAY use the `aria-valuemax` attribute on any other element with a WAI-ARIA role which allows the `aria-valuemax` attribute.
Authors SHOULD NOT use `aria-valuemax` on any element which allows the `max` attribute. Use the `max` attribute instead.
- Authors MUST NOT use `aria-valuemax` on any element which also has a `max` attribute, even if the values of each attribute match. + Authors MUST NOT use `aria-valuemax` on any element which also has a `max` attribute.
- Authors MAY use the `aria-valuemin` attribute on any other element with a WAI-ARIA role which allows the attribute. + Authors MAY use the `aria-valuemin` attribute on any other element with a WAI-ARIA role which allows the `aria-valuemin` attribute.
Authors SHOULD NOT use `aria-valuemin` on any element which allows the `min` attribute. Use the `min` attribute instead.
- Authors MUST NOT use `aria-valuemin` on any element which also has a `min` attribute, even if the values of each attribute match. + Authors MUST NOT use `aria-valuemin` on any element which also has a `min` attribute.
@@ -3040,7 +3040,7 @@- Authors MAY use the `aria-readonly` attribute on any element with a WAI-ARIA role which allows the `aria-readonly` attribute. + Authors MAY use the `aria-readonly` attribute on any element with a WAI-ARIA role which allows the attribute.
Authors SHOULD NOT use the `aria-readonly="true"` on any element which also has a `readonly` attribute. @@ -3085,7 +3085,7 @@
- Authors MAY use the `aria-required` attribute on any element that is allowed the `required` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-required` attribute. + Authors MAY use the `aria-required` attribute on any element that is allowed the `required` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-required` attribute.
Authors SHOULD NOT use the `aria-required="true"` on any element which also has a `required` attribute.