From 6edf6ef4f95228e10a3afc70f09f27850a75e865 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Fri, 22 Nov 2024 15:00:17 -0500 Subject: [PATCH] Add color feature --- features/color.yml | 7 +++++++ features/color.yml.dist | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 features/color.yml create mode 100644 features/color.yml.dist diff --git a/features/color.yml b/features/color.yml new file mode 100644 index 00000000000..6871c26d9a2 --- /dev/null +++ b/features/color.yml @@ -0,0 +1,7 @@ +name: Color +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. +spec: https://drafts.csswg.org/css-color-4/#the-color-property +group: css +compat_features: + - css.properties.color + - css.types.color diff --git a/features/color.yml.dist b/features/color.yml.dist new file mode 100644 index 00000000000..98e706e25b9 --- /dev/null +++ b/features/color.yml.dist @@ -0,0 +1,18 @@ +# Generated from: color.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2015-07-29 + baseline_high_date: 2018-01-29 + support: + chrome: "1" + chrome_android: "18" + edge: "12" + firefox: "1" + firefox_android: "4" + safari: "1" + safari_ios: "1" +compat_features: + - css.properties.color + - css.types.color