@@ -37,8 +37,6 @@ compat_features:
37
37
- api.HTMLIFrameElement.featurePolicy
38
38
- api.HTMLImageElement.currentSrc
39
39
- api.HTMLImageElement.sizes.auto
40
- - api.HTMLInputElement.alpha
41
- - api.HTMLInputElement.colorSpace
42
40
- api.HTMLInputElement.showPicker.autocomplete_input
43
41
- api.HTMLInputElement.showPicker.datalist_input
44
42
- api.HTMLInputElement.showPicker.month_input
@@ -104,9 +102,7 @@ compat_features:
104
102
- html.elements.iframe.sandbox.allow-pointer-lock
105
103
- html.elements.img.sizes.auto
106
104
- html.elements.img.usemap.case_sensitive
107
- - html.elements.input.alpha
108
105
- html.elements.input.autocomplete
109
- - html.elements.input.colorspace
110
106
- html.elements.link.rel.icon
111
107
- html.elements.script.type.importmap.integrity
112
108
- html.elements.script.type.importmap.multiple_import_maps
@@ -1322,6 +1318,12 @@ compat_features:
1322
1318
# - html.elements.input.size
1323
1319
# - html.elements.input.src
1324
1320
# - html.elements.input.type_text
1321
+ # - <input type="color">:
1322
+ # - api.HTMLInputElement.alpha
1323
+ # - api.HTMLInputElement.colorSpace
1324
+ # - html.elements.input.alpha
1325
+ # - html.elements.input.colorspace
1326
+ # - html.elements.input.type_color
1325
1327
# - <input type="checkbox">:
1326
1328
# - api.HTMLInputElement.defaultChecked
1327
1329
# - api.HTMLInputElement.indeterminate
@@ -1847,7 +1849,6 @@ compat_features:
1847
1849
# - html.elements.textarea.readonly
1848
1850
# - html.elements.textarea.required
1849
1851
# - html.elements.textarea.rows
1850
- # - html.elements.textarea.spellcheck
1851
1852
# - html.elements.textarea.wrap
1852
1853
# - html.elements.textarea.wrap.hard
1853
1854
# - <time>:
@@ -2324,8 +2325,6 @@ compat_features:
2324
2325
# - html.elements.video.aspect_ratio_computed_from_attributes
2325
2326
# - <input type="button">:
2326
2327
# - html.elements.input.type_button
2327
- # - <input type="color">:
2328
- # - html.elements.input.type_color
2329
2328
# - Email, telephone, and URL <input> types:
2330
2329
# - html.elements.input.type_email
2331
2330
# - html.elements.input.type_tel
0 commit comments