We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee05bd5 commit 1d69131Copy full SHA for 1d69131
css/types/calc-constant.json renamed to css/types/calc-keyword.json
@@ -1,10 +1,11 @@
1
{
2
"css": {
3
"types": {
4
- "calc-constant": {
+ "calc-keyword": {
5
"__compat": {
6
- "description": "`<calc-constant>`",
7
- "spec_url": "https://drafts.csswg.org/css-values/#calc-constants",
+ "description": "`<calc-keyword>`",
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-keyword",
8
+ "spec_url": "https://drafts.csswg.org/css-values/#typedef-calc-keyword",
9
"tags": [
10
"web-features:calc-constants"
11
],
0 commit comments