-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* HTML `<search>` element * Update search.json * Update search.json * Update search.json
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |