diff --git a/features/single-color-gradients.yml b/features/single-color-gradients.yml new file mode 100644 index 00000000000..143b3d9ce2f --- /dev/null +++ b/features/single-color-gradients.yml @@ -0,0 +1,8 @@ +name: Single color stop gradients +description: A single color stop can be provided to the `linear-gradient()`, `radial-gradient()`, and `conic-gradient()` CSS functions, and their repeating counterparts, to create a solid color background. +spec: https://drafts.csswg.org/css-images-4/#color-stop-syntax +group: gradients +compat_features: + - css.types.gradient.conic-gradient.single_color_stop + - css.types.gradient.linear-gradient.single_color_stop + - css.types.gradient.radial-gradient.single_color_stop diff --git a/features/single-color-gradients.yml.dist b/features/single-color-gradients.yml.dist new file mode 100644 index 00000000000..4213111ef04 --- /dev/null +++ b/features/single-color-gradients.yml.dist @@ -0,0 +1,12 @@ +# Generated from: single-color-gradients.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + firefox: "136" + firefox_android: "136" +compat_features: + - css.types.gradient.conic-gradient.single_color_stop + - css.types.gradient.linear-gradient.single_color_stop + - css.types.gradient.radial-gradient.single_color_stop