Skip to content

Commit 3d47b13

Browse files
Add data for border-shape property (#1070)
1 parent 54c56cd commit 3d47b13

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

css/properties.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3743,6 +3743,22 @@
37433743
"status": "standard",
37443744
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right-width"
37453745
},
3746+
"border-shape": {
3747+
"syntax": "none | [ <basic-shape> <geometry-box>?]{1,2}",
3748+
"media": "visual",
3749+
"inherited": false,
3750+
"animationType": "byComputedValueType",
3751+
"percentages": "no",
3752+
"groups": [
3753+
"CSS Logical Properties and Values"
3754+
],
3755+
"initial": "none",
3756+
"appliesto": "allElements",
3757+
"computed": "asSpecified",
3758+
"order": "perGrammar",
3759+
"status": "standard",
3760+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-shape"
3761+
},
37463762
"border-spacing": {
37473763
"syntax": "<length>{1,2}",
37483764
"media": "visual",

css/syntaxes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"syntax": "[ first | last ]? baseline"
8888
},
8989
"basic-shape": {
90-
"syntax": "<inset()> | <xywh()> | <rect()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
90+
"syntax": "<inset()> | <xywh()> | <rect()> | <circle()> | <ellipse()> | <polygon()> | <path()> | shape()"
9191
},
9292
"basic-shape-rect": {
9393
"syntax": "<inset()> | <rect()> | <xywh()>"

0 commit comments

Comments
 (0)