|
8223 | 8223 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-anchor"
|
8224 | 8224 | },
|
8225 | 8225 | "position-try": {
|
8226 |
| - "syntax": "<'position-try-order'>? <'position-try-options'>", |
| 8226 | + "syntax": "<'position-try-order'>? <'position-try-fallbacks'>", |
8227 | 8227 | "media": "visual",
|
8228 | 8228 | "inherited": false,
|
8229 | 8229 | "animationType": [
|
8230 |
| - "position-try-options", |
| 8230 | + "position-try-fallbacks", |
8231 | 8231 | "position-try-order"
|
8232 | 8232 | ],
|
8233 | 8233 | "percentages": "no",
|
8234 | 8234 | "groups": [
|
8235 | 8235 | "CSS Positioning"
|
8236 | 8236 | ],
|
8237 | 8237 | "initial": [
|
8238 |
| - "position-try-options", |
| 8238 | + "position-try-fallbacks", |
8239 | 8239 | "position-try-order"
|
8240 | 8240 | ],
|
8241 | 8241 | "appliesto": "absolutelyPositionedElements",
|
8242 | 8242 | "computed": [
|
8243 |
| - "position-try-options", |
| 8243 | + "position-try-fallbacks", |
8244 | 8244 | "position-try-order"
|
8245 | 8245 | ],
|
8246 | 8246 | "order": "perGrammar",
|
8247 | 8247 | "status": "experimental",
|
8248 | 8248 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try"
|
8249 | 8249 | },
|
8250 |
| - "position-try-options": { |
| 8250 | + "position-try-fallbacks": { |
8251 | 8251 | "syntax": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#",
|
8252 | 8252 | "media": "visual",
|
8253 | 8253 | "inherited": false,
|
|
8261 | 8261 | "computed": "asSpecified",
|
8262 | 8262 | "order": "perGrammar",
|
8263 | 8263 | "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" |
8265 | 8265 | },
|
8266 | 8266 | "position-try-order": {
|
8267 | 8267 | "syntax": "normal | <try-size>",
|
|
0 commit comments