Skip to content

add the new search element #401

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 10 commits into from
Mar 24, 2023
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
the following substantive additions and/or corrections have been proposed:

  • 24 March 2023 - Addition:
    The `search` element has been added.
  • 6 March 2023 - Addition:
    Disallow `aria-hidden=true` on the `body` element.
    Expand Down Expand Up @@ -2652,6 +2656,33 @@

    [^search^]

    role=search

    Roles:
    `form`,
    `group`,
    `none`,
    `presentation` or
    `region`.
    (search is also allowed, but NOT RECOMMENDED.)

    Global `aria-*` attributes
    and any `aria-*` attributes applicable to the allowed roles.

    [^section^]
    Expand Down