Skip to content

Commit

Permalink
Add min-max-clamp.dist.yml (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Apr 29, 2024
1 parent dbee74e commit 3b757d7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
24 changes: 24 additions & 0 deletions feature-group-definitions/min-max-clamp.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Generated from: min-max-clamp.yml
# Do not edit this file by hand. Edit the source file instead!

name: min(), max(), and clamp()
description: The `min()` and `max()` CSS functions return the minimum or maximum of the arguments, while `clamp()` clamps a value to a given range.
spec: https://drafts.csswg.org/css-values-4/#comp-func
status:
baseline: high
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: "79"
chrome_android: "79"
edge: "79"
firefox: "75"
firefox_android: "79"
safari: "13.1"
safari_ios: "13.4"
compat_features:
- css.types.clamp
- css.types.max
- css.types.min

# TODO: partial support (min() and max()) in Safari 11.1.
5 changes: 1 addition & 4 deletions feature-group-definitions/min-max-clamp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
name: min(), max(), and clamp()
description: The `min()` and `max()` CSS functions return the minimum or maximum of the arguments, while `clamp()` clamps a value to a given range.
spec: https://drafts.csswg.org/css-values-4/#comp-func
compat_features:
- css.types.min
- css.types.max
- css.types.clamp
# TODO: partial support (min() and max()) in Safari 11.1.

0 comments on commit 3b757d7

Please sign in to comment.