Skip to content

Commit 0edc1ea

Browse files
authored
fix: position-try-options > position-try-fallbacks (#751)
position-try-options > position-try-fallbacks See https://developer.mozilla.org/en-US/docs/Web/CSS/position-try-fallbacks
1 parent c1aa7dd commit 0edc1ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/properties.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8223,31 +8223,31 @@
82238223
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-anchor"
82248224
},
82258225
"position-try": {
8226-
"syntax": "<'position-try-order'>? <'position-try-options'>",
8226+
"syntax": "<'position-try-order'>? <'position-try-fallbacks'>",
82278227
"media": "visual",
82288228
"inherited": false,
82298229
"animationType": [
8230-
"position-try-options",
8230+
"position-try-fallbacks",
82318231
"position-try-order"
82328232
],
82338233
"percentages": "no",
82348234
"groups": [
82358235
"CSS Positioning"
82368236
],
82378237
"initial": [
8238-
"position-try-options",
8238+
"position-try-fallbacks",
82398239
"position-try-order"
82408240
],
82418241
"appliesto": "absolutelyPositionedElements",
82428242
"computed": [
8243-
"position-try-options",
8243+
"position-try-fallbacks",
82448244
"position-try-order"
82458245
],
82468246
"order": "perGrammar",
82478247
"status": "experimental",
82488248
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try"
82498249
},
8250-
"position-try-options": {
8250+
"position-try-fallbacks": {
82518251
"syntax": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#",
82528252
"media": "visual",
82538253
"inherited": false,
@@ -8261,7 +8261,7 @@
82618261
"computed": "asSpecified",
82628262
"order": "perGrammar",
82638263
"status": "experimental",
8264-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-options"
8264+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-fallbacks"
82658265
},
82668266
"position-try-order": {
82678267
"syntax": "normal | <try-size>",

0 commit comments

Comments
 (0)