Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions features/input-color-alpha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "`alpha` and `colorspace` attributes for `<input type=color>`"
description: The ability to control the opacity of a color picked using `<input type="color">` and determine the colorspace of the selected color.
spec: https://html.spec.whatwg.org/multipage/input.html#attr-input-alpha
group:
- forms
- html-elements
compat_features:
- api.HTMLInputElement.alpha
- api.HTMLInputElement.colorSpace
- html.elements.input.alpha
- html.elements.input.colorspace
13 changes: 13 additions & 0 deletions features/input-color-alpha.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated from: input-color-alpha.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
safari: "18.4"
safari_ios: "18.4"
compat_features:
- api.HTMLInputElement.alpha
- api.HTMLInputElement.colorSpace
- html.elements.input.alpha
- html.elements.input.colorspace
7 changes: 0 additions & 7 deletions features/input-color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@ group:
- forms
- html-elements
caniuse: input-color
status:
compute_from:
- html.elements.input.type_color
compat_features:
- api.HTMLInputElement.alpha
- api.HTMLInputElement.colorSpace
- html.elements.input.alpha
- html.elements.input.colorspace
- html.elements.input.type_color
18 changes: 0 additions & 18 deletions features/input-color.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,4 @@ status:
safari: "12.1"
safari_ios: "12.2"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "20"
# chrome_android: "25"
# edge: "14"
# firefox: "29"
# safari: "12.1"
# safari_ios: "12.2"
- html.elements.input.type_color

# baseline: false
# support:
# safari: "18.4"
# safari_ios: "18.4"
- api.HTMLInputElement.alpha
- api.HTMLInputElement.colorSpace
- html.elements.input.alpha
- html.elements.input.colorspace