Skip to content

Commit

Permalink
feat(css): add mdn_url for features with documentations (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Nov 27, 2024
1 parent 3722a02 commit dd04e07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
24 changes: 16 additions & 8 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -5132,7 +5132,8 @@
"::first-line",
"::placeholder"
],
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette"
},
"font-variation-settings": {
"syntax": "normal | [ <string> <number> ]#",
Expand Down Expand Up @@ -5462,7 +5463,8 @@
"::first-line",
"::placeholder"
],
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-variant-emoji"
},
"font-variant-ligatures": {
"syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",
Expand Down Expand Up @@ -6086,7 +6088,8 @@
"appliesto": "allElements",
"computed": "asSpecifiedWithExceptionOfResolution",
"order": "uniqueOrder",
"status": "experimental"
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image-resolution"
},
"ime-mode": {
"syntax": "auto | normal | active | inactive | disabled",
Expand Down Expand Up @@ -7561,7 +7564,8 @@
"appliesto": "transformableElements",
"computed": "forLengthAbsoluteValueOtherwisePercentage",
"order": "perGrammar",
"status": "experimental"
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-position"
},
"offset-rotate": {
"syntax": "[ auto | reverse ] || <angle>",
Expand Down Expand Up @@ -7769,7 +7773,8 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-anchor"
},
"overflow-block": {
"syntax": "visible | hidden | clip | scroll | auto",
Expand All @@ -7784,7 +7789,8 @@
"appliesto": "blockContainersFlexContainersGridContainers",
"computed": "asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
"order": "perGrammar",
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-block"
},
"overflow-clip-box": {
"syntax": "padding-box | content-box",
Expand Down Expand Up @@ -7814,7 +7820,8 @@
"appliesto": "allElements",
"computed": "theComputedLengthAndVisualBox",
"order": "perGrammar",
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin"
},
"overflow-inline": {
"syntax": "visible | hidden | clip | scroll | auto",
Expand All @@ -7829,7 +7836,8 @@
"appliesto": "blockContainersFlexContainersGridContainers",
"computed": "asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
"order": "perGrammar",
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-inline"
},
"overflow-wrap": {
"syntax": "normal | break-word | anywhere",
Expand Down
3 changes: 2 additions & 1 deletion css/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@
"groups": [
"CSS Types"
],
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ident"
},
"image": {
"groups": [
Expand Down

0 comments on commit dd04e07

Please sign in to comment.