Skip to content

Commit

Permalink
fix: position-try-options > position-try-fallbacks (#751)
Browse files Browse the repository at this point in the history
position-try-options > position-try-fallbacks

See https://developer.mozilla.org/en-US/docs/Web/CSS/position-try-fallbacks
  • Loading branch information
estelle authored Aug 7, 2024
1 parent c1aa7dd commit 0edc1ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8223,31 +8223,31 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-anchor"
},
"position-try": {
"syntax": "<'position-try-order'>? <'position-try-options'>",
"syntax": "<'position-try-order'>? <'position-try-fallbacks'>",
"media": "visual",
"inherited": false,
"animationType": [
"position-try-options",
"position-try-fallbacks",
"position-try-order"
],
"percentages": "no",
"groups": [
"CSS Positioning"
],
"initial": [
"position-try-options",
"position-try-fallbacks",
"position-try-order"
],
"appliesto": "absolutelyPositionedElements",
"computed": [
"position-try-options",
"position-try-fallbacks",
"position-try-order"
],
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try"
},
"position-try-options": {
"position-try-fallbacks": {
"syntax": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#",
"media": "visual",
"inherited": false,
Expand All @@ -8261,7 +8261,7 @@
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-options"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-fallbacks"
},
"position-try-order": {
"syntax": "normal | <try-size>",
Expand Down

0 comments on commit 0edc1ea

Please sign in to comment.