Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add calc-constants.dist.yml #950

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading