Skip to content
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

Add support for the new search element #1360

Closed
scottaohara opened this issue Mar 24, 2023 · 2 comments
Closed

Add support for the new search element #1360

scottaohara opened this issue Mar 24, 2023 · 2 comments
Assignees
Labels
engine Issues in the accessibility-checker-engine component priority-3 (low) Ready for QA SME Discuss with subject matter experts Standards user-reported Issues identified outside of the core team

Comments

@scottaohara
Copy link

ARIA in HTML has been updated to reflect the addition of the search element to the HTML specification.

to save one having to follow the link, the allowed roles (likely to mitigate initial developer misuse / correct for existing custom search elements that may have been used) for the search element are:
form, group, none, presentation, region and with the allowed but not recommended use of the search role, as well.

@aliunwala
Copy link
Contributor

aliunwala commented Mar 27, 2023

Triage:
We will prioritize this in a future sprint.

https://html.spec.whatwg.org/#the-search-element
4.4.15 The search element

Also here https://w3c.github.io/html-aria/ :
image

@aliunwala aliunwala added engine Issues in the accessibility-checker-engine component SME Discuss with subject matter experts priority-2 (med) Standards priority-3 (low) and removed priority-2 (med) labels Mar 27, 2023
@philljenkins philljenkins added the user-reported Issues identified outside of the core team label Mar 27, 2023
@shunguoy shunguoy self-assigned this Apr 19, 2023
@ErickRenteria
Copy link
Contributor

Validated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issues in the accessibility-checker-engine component priority-3 (low) Ready for QA SME Discuss with subject matter experts Standards user-reported Issues identified outside of the core team
Projects
None yet
Development

No branches or pull requests

6 participants