Skip to content

Commit 4e0ba77

Browse files
authored
added firefox support for any color value for input element (#27814)
1 parent 6f4d4ac commit 4e0ba77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

html/elements/input/color.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@
6363
"chrome_android": "mirror",
6464
"edge": "mirror",
6565
"firefox": {
66-
"version_added": false,
67-
"impl_url": "https://bugzil.la/1919718"
66+
"version_added": "143",
67+
"partial_implementation": true,
68+
"notes": "Currently the value will always be converted to the hex format."
6869
},
6970
"firefox_android": {
7071
"version_added": false

0 commit comments

Comments
 (0)