| { |
| "html": { |
| "elements": { |
| "datalist": { |
| "__compat": { |
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/datalist", |
| "spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element", |
| "tags": [ |
| "web-features:datalist" |
| ], |
| "support": { |
| "chrome": { |
| "version_added": "20" |
| }, |
| "chrome_android": { |
| "version_added": "33" |
| }, |
| "edge": { |
| "version_added": "12" |
| }, |
| "firefox": [ |
| { |
| "version_added": "110", |
| "partial_implementation": true, |
| "notes": "The <code>date</code> and <code>time</code> input types are not supported." |
| }, |
| { |
| "version_added": "4", |
| "version_removed": "110", |
| "partial_implementation": true, |
| "notes": "The <code><datalist></code> element will only create a dropdown for textual types, such as <code>text</code>, <code>search</code>, <code>url</code>, <code>tel</code>, <code>email</code> and <code>number</code>. The <code>date</code>, <code>time</code>, <code>range</code> and <code>color</code> types are not supported." |
| } |
| ], |
| "firefox_android": [ |
| { |
| "version_added": "79", |
| "partial_implementation": true, |
| "notes": "The dropdown menu containing available options does not appear. See <a href='https://bugzil.la/1535985'>bug 1535985</a>." |
| }, |
| { |
| "version_added": "4", |
| "version_removed": "79" |
| } |
| ], |
| "ie": { |
| "version_added": "10" |
| }, |
| "oculus": "mirror", |
| "opera": { |
| "version_added": "9.5" |
| }, |
| "opera_android": "mirror", |
| "safari": { |
| "version_added": "12.1" |
| }, |
| "safari_ios": "mirror", |
| "samsunginternet_android": "mirror", |
| "webview_android": "mirror", |
| "webview_ios": "mirror" |
| }, |
| "status": { |
| "experimental": false, |
| "standard_track": true, |
| "deprecated": false |
| } |
| } |
| } |
| } |
| } |
| } |