diff --git a/index.html b/index.html index c157f6c0..2b2ab728 100644 --- a/index.html +++ b/index.html @@ -1464,8 +1464,8 @@

or `switch`; `button` if used with `aria-pressed`

-

- Authors SHOULD NOT use the `aria-checked` attribute on `input type=checkbox` elements. +

+ Authors MUST NOT use the `aria-checked` attribute on `input type=checkbox` elements.

Otherwise, any global `aria-*` attributes and @@ -1661,8 +1661,8 @@

Role: `menuitemradio`

-

- Authors SHOULD NOT use the +

+ Authors MUST NOT use the `aria-checked` attribute on `input type=radio` elements.

@@ -3230,15 +3230,18 @@

`aria-checked="true"` +
+

+ Use the `checked` attribute on any element that is allowed the `checked` attribute in HTML. + Use the `indeterminate` IDL attribute to indicate the "mixed" state for `input type=checkbox` elements. +

+

+ Authors MUST NOT use the `aria-checked` attribute on any element where the checkedness, or the + indeterminate checked value of the element can be in opposition to the current value of the `aria-checked` attribute. +

+

- Use the `checked` attribute on any element that is - 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 MAY use the `aria-checked` attribute on any other element with a WAI-ARIA role which allows the attribute. + Authors MAY use the `aria-checked` attribute on any other element with a WAI-ARIA role which allows the attribute.

@@ -4732,8 +4735,14 @@

Change log

+

The full commit history for this specification.

+

Substantive changes since the last published Recommendation