Skip to content

Commit 14276a2

Browse files
Update draft features (#2982)
1 parent 522d492 commit 14276a2

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

features/draft/spec/html.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

features/draft/spec/html.yml.dist

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -924,13 +924,6 @@ compat_features:
924924
# safari_ios: "9"
925925
- api.HTMLMediaElement.getStartDate
926926

927-
# baseline: false
928-
# support:
929-
# safari: "18.4"
930-
# safari_ios: "18.4"
931-
- api.HTMLInputElement.alpha
932-
- api.HTMLInputElement.colorSpace
933-
934927
# baseline: false
935928
# support:
936929
# firefox: "67"
@@ -957,7 +950,5 @@ compat_features:
957950
- api.ImageData.pixelFormat
958951
- api.Navigator.authentication
959952
- html.elements.hr.hr_in_select
960-
- html.elements.input.alpha
961-
- html.elements.input.colorspace
962953
- html.elements.track.kind.descriptions
963954
- http.headers.Permissions-Policy.document-domain

0 commit comments

Comments
 (0)