From cf8e9e2d22a64f3a50f06df955fe90eef3596386 Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Wed, 26 Mar 2025 21:22:08 +0200 Subject: [PATCH 1/2] 2790: adds cssif --- features/if.yml | 5 +++++ features/if.yml.dist | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 features/if.yml create mode 100644 features/if.yml.dist diff --git a/features/if.yml b/features/if.yml new file mode 100644 index 00000000000..6683355cce0 --- /dev/null +++ b/features/if.yml @@ -0,0 +1,5 @@ +name: if() +description: The if() function is an inline conditional value function that selects a value based on a set of conditions. +spec: https://drafts.csswg.org/css-values-5/#if-notation +group: css +# No compat keys yet, this feature is planned to ship with Chromium M136 diff --git a/features/if.yml.dist b/features/if.yml.dist new file mode 100644 index 00000000000..7c57a103e7b --- /dev/null +++ b/features/if.yml.dist @@ -0,0 +1,6 @@ +# Generated from: if.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: {} From 2af96f48f0e40c4f470fc675ef0c6e864a1454ce Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Fri, 28 Mar 2025 15:42:37 +0200 Subject: [PATCH 2/2] Update features/if.yml Co-authored-by: James Stuckey Weber --- features/if.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/if.yml b/features/if.yml index 6683355cce0..b5025d1d359 100644 --- a/features/if.yml +++ b/features/if.yml @@ -1,5 +1,5 @@ name: if() -description: The if() function is an inline conditional value function that selects a value based on a set of conditions. +description: The `if()` CSS function is an inline conditional value that returns a value based on a set of conditions. spec: https://drafts.csswg.org/css-values-5/#if-notation group: css # No compat keys yet, this feature is planned to ship with Chromium M136