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

HTML <search> element #19357

Merged
merged 7 commits into from
May 19, 2023
Merged
Changes from all commits
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
49 changes: 49 additions & 0 deletions html/elements/search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"html": {
"elements": {
"search": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/search",
"spec_url": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element",
"support": {
"chrome": {
"version_added": false,
"notes": "See <a href='https://crbug.com/937101'>bug 1294294</a> and <a href='https://crbug.com/1277435'>bug 1277435</a>."
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1824121'>bug 1824121</a>."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "See <a href=' https://webkit.org/b/254327'>bug 254327</a>."
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}