Skip to content

Commit e174110

Browse files
authored
Add color feature (#2313)
1 parent a872b32 commit e174110

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

features/color.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Color
2+
description: The `color` CSS property sets the primary foreground color of an element, which is used for text, the default border color, and text decorations.
3+
spec: https://drafts.csswg.org/css-color-4/#the-color-property
4+
group: css
5+
compat_features:
6+
- css.properties.color
7+
- css.types.color

features/color.yml.dist

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated from: color.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: "1"
15+
safari_ios: "1"
16+
compat_features:
17+
- css.properties.color
18+
- css.types.color

0 commit comments

Comments
 (0)