|
59 | 59 | "position-anchor": "<'position-anchor'>", |
60 | 60 | "position-area": "<'position-area'>" |
61 | 61 | } |
| 62 | + }, |
| 63 | + "view-transition": { |
| 64 | + "descriptors": { |
| 65 | + "types": "none | <view-transition-type>+" |
| 66 | + } |
62 | 67 | } |
63 | 68 | }, |
64 | 69 | "properties": { |
|
471 | 476 | "dashed-ident": "<custom-property-name>", |
472 | 477 | "unicode-range-token": "<urange>", |
473 | 478 | "a-n-plus-b": "odd | even | <integer> | <n-dimension> | '+'? n | -n | <ndashdigit-dimension> | '+'? <ndashdigit-ident> | <dashndashdigit-ident> | <n-dimension> <signed-integer> | '+'? n <signed-integer> | -n <signed-integer> | <ndash-dimension> <signless-integer> | '+'? n- <signless-integer> | -n- <signless-integer> | <n-dimension> [ '+' | '-' ] <signless-integer> | '+'? n [ '+' | '-' ] <signless-integer> | -n [ '+' | '-' ] <signless-integer>", |
474 | | - "active-navigation-condition": "<navigation-relation>? [ <route-location> | link-href ]?", |
475 | 479 | "alpha()": "alpha( [ from <color> ] [ / [ <alpha-value> | alpha | none ] ]? )", |
476 | 480 | "anchored-feature": "fallback : <'position-try-fallbacks'>", |
477 | 481 | "anchored-in-parens": "( <anchored-query> ) | ( <anchored-feature> ) | <general-enclosed>", |
|
571 | 575 | "generic-font-family": "<generic-font-script-specific> | <generic-font-complete> | <generic-font-incomplete> | <-non-standard-generic-family>", |
572 | 576 | "generic-font-incomplete": "ui-serif | ui-sans-serif | ui-monospace | ui-rounded", |
573 | 577 | "generic-font-script-specific": "generic( fangsong ) | generic( kai ) | generic( khmer-mul ) | generic( nastaliq )", |
574 | | - "generic-voice": "<age>? <gender> <integer>?", |
| 578 | + "generic-voice": "<age>? <gender> <integer [1,∞]>?", |
575 | 579 | "gradient": "[ <linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()> | <-legacy-gradient> ]", |
576 | 580 | "grid-line": "auto | <custom-ident> | [ [ <integer [-∞,-1]> | <integer [1,∞]> ] && <custom-ident>? ] | [ span && [ <integer [1,∞]> || <custom-ident> ] ]", |
577 | 581 | "hdr-color()": "color-hdr( [ <color> && <number [0,∞]>? ]#{2} )", |
|
651 | 655 | "navigation-condition": "not <navigation-in-parens> | <navigation-in-parens> [ and <navigation-in-parens> ]* | <navigation-in-parens> [ or <navigation-in-parens> ]*", |
652 | 656 | "navigation-in-parens": "( <navigation-condition> ) | ( <navigation-test> ) | <general-enclosed>", |
653 | 657 | "navigation-location-between-test": "between : <route-location> and <route-location>", |
654 | | - "navigation-location-keyword": "at | with | from | to", |
655 | | - "navigation-location-test": "<navigation-location-keyword> : <route-location>", |
| 658 | + "navigation-location-test": "<navigation-relation> : <route-location>", |
656 | 659 | "navigation-phase-keyword": "loading | ready | committed", |
657 | 660 | "navigation-phase-test": "phase : <navigation-phase-keyword>", |
658 | 661 | "navigation-relation": "at | with | from | to", |
|
711 | 714 | "round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum>? )", |
712 | 715 | "rounding-strategy": "| line-width", |
713 | 716 | "route-descriptor": "<pattern-descriptor> | <init-descriptor> | <base-descriptor>", |
714 | | - "route-location": "<route-name> | <url-pattern()> | <url>", |
| 717 | + "route-location": "<url> | [ <route-name> | <url-pattern()> ]", |
715 | 718 | "route-name": "<dashed-ident>", |
716 | 719 | "route-rule": "@route <dashed-ident> { <declaration-list> }", |
717 | 720 | "running()": "running( <custom-ident> )", |
|
785 | 788 | "url()": "url( <string> <url-modifier>* ) | <url-token>", |
786 | 789 | "var-args": "var( <declaration-value> , <declaration-value>? )", |
787 | 790 | "vertical-line-command": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]", |
| 791 | + "view-transition-type": "<custom-ident>", |
788 | 792 | "voice-family-name": "<string> | <custom-ident>+", |
789 | 793 | "wcag2": "wcag2 | wcag2( [ <number> | [ aa | aaa ] && large? ] )", |
790 | 794 | "whole-value": "<declaration-value>", |
|
0 commit comments