Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update <input type=color>: alpha and colorspace
  • Loading branch information
Elchi3 committed Jul 8, 2025
commit 364932a31996c6050333abb8a28d7265b8558f14
6 changes: 4 additions & 2 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,14 @@
],
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/368059226"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1919718"
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand Down
10 changes: 6 additions & 4 deletions html/elements/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -345,19 +345,21 @@
],
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/368059226"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1919718"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down