forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreset.json
More file actions
52 lines (52 loc) · 1.85 KB
/
reset.json
File metadata and controls
52 lines (52 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"html": {
"elements": {
"input": {
"type_reset": {
"__compat": {
"description": "<code>type=\"reset\"</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input/reset",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#reset-button-state-(type=reset)",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1",
"notes": "Unlike other browsers, Firefox by default <a href='https://stackoverflow.com/questions/5985839/bug-with-firefox-disabled-attribute-of-input-not-resetting-when-refreshing'>persists the dynamic disabled state</a> of a <code><button></code> across page loads. Use the <code><a href='https://developer.mozilla.org/docs/Web/HTML/Element/button#attr-autocomplete'>autocomplete</a></code> attribute to control this feature."
},
"firefox_android": "mirror",
"ie": {
"version_added": true
},
"oculus": "mirror",
"opera": {
"version_added": true
},
"opera_android": "mirror",
"safari": {
"version_added": "1"
},
"safari_ios": {
"version_added": true
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}