Skip to content

Commit

Permalink
Add alpha and colorspace attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Nov 29, 2024
1 parent 31a53d1 commit 64db4e1
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 0 deletions.
76 changes: 76 additions & 0 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,44 @@
}
}
},
"alpha": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/alpha",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-alpha",
"tags": [
"web-features:input"
],
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"alt": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/alt",
Expand Down Expand Up @@ -395,6 +433,44 @@
}
}
},
"colorSpace": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/colorSpace",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-colorspace",
"tags": [
"web-features:input"
],
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"defaultChecked": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/defaultChecked",
Expand Down
76 changes: 76 additions & 0 deletions html/elements/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,44 @@
}
}
},
"alpha": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input#alpha",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#attr-input-alpha",
"tags": [
"web-features:input"
],
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"alt": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input#alt",
Expand Down Expand Up @@ -304,6 +342,44 @@
}
}
},
"colorspace": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input#colorspace",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#attr-input-colorspace",
"tags": [
"web-features:input"
],
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"dirname": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/input#dirname",
Expand Down

0 comments on commit 64db4e1

Please sign in to comment.