Skip to content

Commit 3b2fab8

Browse files
authored
input-color: add keys for color space attributes (#2970)
1 parent a2dee3f commit 3b2fab8

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

features/input-color.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@ group:
55
- forms
66
- html-elements
77
caniuse: input-color
8+
status:
9+
compute_from:
10+
- html.elements.input.type_color
811
compat_features:
12+
- api.HTMLInputElement.alpha
13+
- api.HTMLInputElement.colorSpace
14+
- html.elements.input.alpha
15+
- html.elements.input.colorspace
916
- html.elements.input.type_color

features/input-color.yml.dist

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,25 @@ status:
1111
safari: "12.1"
1212
safari_ios: "12.2"
1313
compat_features:
14+
# ⬇️ Same status as overall feature ⬇️
15+
# baseline: false
16+
# support:
17+
# chrome: "20"
18+
# chrome_android: "25"
19+
# edge: "14"
20+
# firefox: "29"
21+
# safari: "12.1"
22+
# safari_ios: "12.2"
1423
- html.elements.input.type_color
24+
25+
# baseline: false
26+
# support:
27+
# safari: "18.4"
28+
# safari_ios: "18.4"
29+
- api.HTMLInputElement.alpha
30+
- api.HTMLInputElement.colorSpace
31+
32+
# baseline: false
33+
# support: {}
34+
- html.elements.input.alpha
35+
- html.elements.input.colorspace

0 commit comments

Comments
 (0)