Skip to content

Commit d002bd8

Browse files
authored
Add Opacity (#1603)
1 parent 5c0b4c7 commit d002bd8

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

features/opacity.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: opacity
2+
description: The `opacity` CSS property sets the transparency of an element.
3+
spec: https://drafts.csswg.org/css-color-3/#transparency
4+
group: css
5+
status:
6+
compute_from: css.properties.opacity
7+
compat_features:
8+
- css.properties.opacity
9+
- css.properties.opacity.percentages

features/opacity.yml.dist

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Generated from: opacity.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
8+
support:
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "1"
13+
firefox_android: "4"
14+
safari: "2"
15+
safari_ios: "1"
16+
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
18+
# baseline: high
19+
# baseline_low_date: 2015-07-29
20+
# baseline_high_date: 2018-01-29
21+
# support:
22+
# chrome: "1"
23+
# chrome_android: "18"
24+
# edge: "12"
25+
# firefox: "1"
26+
# firefox_android: "4"
27+
# safari: "2"
28+
# safari_ios: "1"
29+
- css.properties.opacity
30+
31+
# baseline: high
32+
# baseline_low_date: 2020-07-28
33+
# baseline_high_date: 2023-01-28
34+
# support:
35+
# chrome: "78"
36+
# chrome_android: "78"
37+
# edge: "79"
38+
# firefox: "70"
39+
# firefox_android: "79"
40+
# safari: "13.1"
41+
# safari_ios: "13.4"
42+
- css.properties.opacity.percentages

0 commit comments

Comments
 (0)