w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 49 forks source link

add the new search element #401

Closed scottaohara closed 1 year ago

scottaohara commented 2 years ago

closes #371

keeping this straight forward for the new element's initial inclusion.

edit: the allowed roles for this element are the following form, group, none, presentation, region and with the allowed but not recommended use of search.

All global aria-* attributes would be allowed on this element.

As the element is used in the wild, further updates may be necessary for the allowed roles, but these initial allowances should be more than enough for people who immediately misuse the new element and need to correct themselves while somehow also not being able to correct the actual html element.

DONE: update changelog for when the element lands and this PR can be merged into the spec.


Preview | Diff

domenic commented 1 year ago

@scottaohara we merged the HTML PR, so this should be ready!!

scottaohara commented 1 year ago

Conformance checker tracking