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

feat: HTML Search Element #3646

Closed
wants to merge 1 commit into from

Conversation

danilofuchs
Copy link

@danilofuchs danilofuchs commented Dec 26, 2023

Recently introduced in Chrome 118, a new semantic element containing search bar and filters. It has no styles or behaviour.

https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search

@domenic
Copy link
Member

domenic commented Dec 27, 2023

This is not enough for an implementation. In particular, you need to pass the tests in web-platform-tests/wpt#39158 and web-platform-tests/wpt#39163, and not modify legacy tests, per CONTRIBUTING.md.

@domenic domenic closed this Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants