Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Oct 6, 2024
1 parent 793cb7a commit 01616e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor"
},
"anchor-size()": {
"syntax": "anchor-size( <anchor-element>? <anchor-size>, <length-percentage>? )",
"syntax": "anchor-size( [ <anchor-element> || <anchor-size> ]?, <length-percentage>? )",
"groups": [
"CSS Positioning"
],
Expand Down
9 changes: 6 additions & 3 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8420,15 +8420,15 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
},
"position-anchor": {
"syntax": "<anchor-element>",
"syntax": "auto | <anchor-element>",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
],
"initial": "implicit",
"initial": "auto",
"appliesto": "absolutelyPositionedElements",
"computed": "asSpecified",
"order": "perGrammar",
Expand All @@ -8443,7 +8443,10 @@
"position-try-fallbacks",
"position-try-order"
],
"percentages": "no",
"percentages": [
"position-try-fallbacks",
"position-try-order"
],
"groups": [
"CSS Positioning"
],
Expand Down

0 comments on commit 01616e7

Please sign in to comment.