Skip to content

Correction: update aria-checked allowances #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update changelog
  • Loading branch information
scottaohara authored Apr 16, 2022
commit ade71e73f0cb8cb25a4d001e95a88d4c32c3ed9f
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3232,10 +3232,11 @@

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.
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 1#aria-checked">`aria-checked` attribute on any element where the checkedness, or the
Authors MUST NOT use the 2#aria-checked">`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.

Expand Down Expand Up @@ -4734,8 +4735,14 @@

Change log

The full commit history for this specification.


Substantive changes since the last published Recommendation

  • 16-Apr-2022:
    `aria-checked` is not to be used on elements that support the `checked` attribute.
  • 03-Apr-2022:
    Identify Naming Prohibited elements.
    Expand All @@ -4755,7 +4762,7 @@

    Substantive changes since the last published Recommendation

  • 18-Jan-2022:
    Added Requirements for deprecated ARIA role, state and property and attributes.
    Added Requirements for deprecated ARIA role, state and property attributes.
  • 06-Jan-2022:
    Expand Down