File tree 2 files changed +51
-0
lines changed
2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments