Skip to content

Commit

Permalink
HTML <search> element (#19357)
Browse files Browse the repository at this point in the history
* HTML `<search>` element

* Update search.json

* Update search.json

* Update search.json
  • Loading branch information
ramiy authored May 19, 2023
1 parent aefaa52 commit 43d49e9
Showing 1 changed file with 49 additions and 0 deletions.
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
}
}
}
}
}
}

0 comments on commit 43d49e9

Please sign in to comment.