@@ -37,8 +37,6 @@ compat_features:
3737 - api.HTMLIFrameElement.featurePolicy
3838 - api.HTMLImageElement.currentSrc
3939 - api.HTMLImageElement.sizes.auto
40- - api.HTMLInputElement.alpha
41- - api.HTMLInputElement.colorSpace
4240 - api.HTMLInputElement.showPicker.autocomplete_input
4341 - api.HTMLInputElement.showPicker.datalist_input
4442 - api.HTMLInputElement.showPicker.month_input
@@ -104,9 +102,7 @@ compat_features:
104102 - html.elements.iframe.sandbox.allow-pointer-lock
105103 - html.elements.img.sizes.auto
106104 - html.elements.img.usemap.case_sensitive
107- - html.elements.input.alpha
108105 - html.elements.input.autocomplete
109- - html.elements.input.colorspace
110106 - html.elements.link.rel.icon
111107 - html.elements.script.type.importmap.integrity
112108 - html.elements.script.type.importmap.multiple_import_maps
@@ -1322,6 +1318,12 @@ compat_features:
13221318# - html.elements.input.size
13231319# - html.elements.input.src
13241320# - 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
13251327# - <input type="checkbox">:
13261328# - api.HTMLInputElement.defaultChecked
13271329# - api.HTMLInputElement.indeterminate
@@ -1847,7 +1849,6 @@ compat_features:
18471849# - html.elements.textarea.readonly
18481850# - html.elements.textarea.required
18491851# - html.elements.textarea.rows
1850- # - html.elements.textarea.spellcheck
18511852# - html.elements.textarea.wrap
18521853# - html.elements.textarea.wrap.hard
18531854# - <time>:
@@ -2324,8 +2325,6 @@ compat_features:
23242325# - html.elements.video.aspect_ratio_computed_from_attributes
23252326# - <input type="button">:
23262327# - html.elements.input.type_button
2327- # - <input type="color">:
2328- # - html.elements.input.type_color
23292328# - Email, telephone, and URL <input> types:
23302329# - html.elements.input.type_email
23312330# - html.elements.input.type_tel
0 commit comments