Skip to content

Commit

Permalink
feat(css): Update syntax for CSS logical properties (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 14, 2024
1 parent 1ea6782 commit 6b4cae7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border"
},
"border-block": {
"syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
"syntax": "<'border-block-start'>",
"media": "visual",
"inherited": false,
"animationType": [
Expand Down Expand Up @@ -2675,7 +2675,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"
},
"border-block-style": {
"syntax": "<'border-top-style'>",
"syntax": "<'border-top-style'>{1,2}",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand All @@ -2691,7 +2691,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
},
"border-block-width": {
"syntax": "<'border-top-width'>",
"syntax": "<'border-top-width'>{1,2}",
"media": "visual",
"inherited": false,
"animationType": "byComputedValueType",
Expand Down Expand Up @@ -2883,7 +2883,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-color"
},
"border-end-end-radius": {
"syntax": "<length-percentage>{1,2}",
"syntax": "<'border-top-left-radius'>",
"media": "visual",
"inherited": false,
"animationType": "lpc",
Expand All @@ -2902,7 +2902,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"
},
"border-end-start-radius": {
"syntax": "<length-percentage>{1,2}",
"syntax": "<'border-top-left-radius'>",
"media": "visual",
"inherited": false,
"animationType": "lpc",
Expand Down Expand Up @@ -3056,7 +3056,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
},
"border-inline": {
"syntax": "<'border-top-width'> || <'border-top-style'> || <color>",
"syntax": "<'border-block-start'>",
"media": "visual",
"inherited": false,
"animationType": [
Expand Down Expand Up @@ -3252,7 +3252,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"
},
"border-inline-style": {
"syntax": "<'border-top-style'>",
"syntax": "<'border-top-style'>{1,2}",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand All @@ -3268,7 +3268,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
},
"border-inline-width": {
"syntax": "<'border-top-width'>",
"syntax": "<'border-top-width'>{1,2}",
"media": "visual",
"inherited": false,
"animationType": "byComputedValueType",
Expand Down Expand Up @@ -3510,7 +3510,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-spacing"
},
"border-start-end-radius": {
"syntax": "<length-percentage>{1,2}",
"syntax": "<'border-top-left-radius'>",
"media": "visual",
"inherited": false,
"animationType": "lpc",
Expand All @@ -3529,7 +3529,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"
},
"border-start-start-radius": {
"syntax": "<length-percentage>{1,2}",
"syntax": "<'border-top-left-radius'>",
"media": "visual",
"inherited": false,
"animationType": "lpc",
Expand Down

0 comments on commit 6b4cae7

Please sign in to comment.