Skip to content

Commit c03fe3c

Browse files
authored
Add calc-constants.dist.yml (#950)
1 parent 5e92a66 commit c03fe3c

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Generated from: calc-constants.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: calc() constants
5+
description: The `e`, `pi`, `infinity`, and `NaN` constants are accepted in CSS math functions such as `calc()`.
6+
spec: https://drafts.csswg.org/css-values-4/#calc-keywords
7+
status:
8+
baseline: low
9+
baseline_low_date: 2023-06-06
10+
support:
11+
chrome: "110"
12+
chrome_android: "110"
13+
edge: "110"
14+
firefox: "114"
15+
firefox_android: "114"
16+
safari: "16"
17+
safari_ios: "16"
18+
compat_features:
19+
- css.types.calc-constant
20+
- css.types.calc-constant.NaN
21+
- css.types.calc-constant.e
22+
- css.types.calc-constant.infinity
23+
- css.types.calc-constant.pi
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
name: calc() constants
22
description: The `e`, `pi`, `infinity`, and `NaN` constants are accepted in CSS math functions such as `calc()`.
33
spec: https://drafts.csswg.org/css-values-4/#calc-keywords
4-
compat_features:
5-
- css.types.calc-constant
6-
- css.types.calc-constant.NaN
7-
- css.types.calc-constant.e
8-
- css.types.calc-constant.infinity
9-
- css.types.calc-constant.pi

0 commit comments

Comments
 (0)