Skip to content

Commit

Permalink
Add calc-constants.dist.yml (web-platform-dx#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Apr 24, 2024
1 parent 5e92a66 commit c03fe3c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
23 changes: 23 additions & 0 deletions feature-group-definitions/calc-constants.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Generated from: calc-constants.yml
# Do not edit this file by hand. Edit the source file instead!

name: calc() constants
description: The `e`, `pi`, `infinity`, and `NaN` constants are accepted in CSS math functions such as `calc()`.
spec: https://drafts.csswg.org/css-values-4/#calc-keywords
status:
baseline: low
baseline_low_date: 2023-06-06
support:
chrome: "110"
chrome_android: "110"
edge: "110"
firefox: "114"
firefox_android: "114"
safari: "16"
safari_ios: "16"
compat_features:
- css.types.calc-constant
- css.types.calc-constant.NaN
- css.types.calc-constant.e
- css.types.calc-constant.infinity
- css.types.calc-constant.pi
6 changes: 0 additions & 6 deletions feature-group-definitions/calc-constants.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
name: calc() constants
description: The `e`, `pi`, `infinity`, and `NaN` constants are accepted in CSS math functions such as `calc()`.
spec: https://drafts.csswg.org/css-values-4/#calc-keywords
compat_features:
- css.types.calc-constant
- css.types.calc-constant.NaN
- css.types.calc-constant.e
- css.types.calc-constant.infinity
- css.types.calc-constant.pi

0 comments on commit c03fe3c

Please sign in to comment.