From 1932cad1d8941430affc7c9eba999404563aaee6 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Sat, 15 Mar 2025 16:01:41 +0100 Subject: [PATCH] Single color stop gradients --- features/single-color-gradients.yml | 8 ++++++++ features/single-color-gradients.yml.dist | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 features/single-color-gradients.yml create mode 100644 features/single-color-gradients.yml.dist 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