-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
feature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.
Description
Specification
https://drafts.csswg.org/css-values-5/#if-notation
Description
The if() CSS function allows "conditional value selection" inline in values, e.g.:
height: if(media(width > 1000px): 500px; else: 300px)
Documentation
https://lea.verou.me/blog/2024/css-conditionals/
https://www.bram.us/2025/02/18/css-at-function-and-css-if/ (combined with #2786).
Browser support
Chrome is planning to ship in M136 (https://chromiumdash.appspot.com/schedule).
Metadata
Metadata
Assignees
Labels
feature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.