Skip to content

Commit 7384ff1

Browse files
chore(css): Add mdn_url for newly documented features (#937)
1 parent 43ac794 commit 7384ff1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css/properties.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6436,7 +6436,8 @@
64366436
"appliesto": "blockContainersExceptMultiColumnContainers",
64376437
"computed": "asSpecified",
64386438
"order": "perGrammar",
6439-
"status": "standard"
6439+
"status": "standard",
6440+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-clamp"
64406441
},
64416442
"line-height": {
64426443
"syntax": "normal | <number> | <length> | <percentage>",

css/selectors.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,8 @@
10851085
"Pseudo-elements",
10861086
"Selectors"
10871087
],
1088-
"status": "experimental"
1088+
"status": "experimental",
1089+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
10891090
},
10901091
"::file-selector-button": {
10911092
"syntax": "::file-selector-button",

0 commit comments

Comments
 (0)