|
218 | 218 | "cy": "<length-percentage>", |
219 | 219 | "display": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | <display-outside> | <-non-standard-display> || [ <display-inside> | math ]", |
220 | 220 | "dominant-baseline": "auto | text-bottom | text-top | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge", |
221 | | - "dynamic-range-limit": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>", |
| 221 | + "dynamic-range-limit": "standard | no-limit | constrained | <dynamic-range-limit-mix()>", |
222 | 222 | "fill-break": "bounding-box | slice | clone", |
223 | 223 | "fill-color": "<color>", |
224 | 224 | "fill-image": "<paint>#", |
|
456 | 456 | "view-timeline-name": "[ none | <dashed-ident> ]#", |
457 | 457 | "view-transition-class": "none | <custom-ident>+", |
458 | 458 | "view-transition-group": "normal | contain | nearest | <custom-ident>", |
| 459 | + "visibility": "visible | hidden | force-hidden | collapse", |
459 | 460 | "voice-duration": "auto | <time [0s,∞]>", |
460 | 461 | "voice-pitch": "<frequency [0Hz,∞]> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]", |
461 | 462 | "voice-range": "<frequency [0Hz,∞]> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]", |
|
542 | 543 | "control-value()": "control-value( <type>? )", |
543 | 544 | "coord-box": "<paint-box> | view-box", |
544 | 545 | "coordinate-pair": "<length-percentage>{2}", |
545 | | - "corner-shape-value": "round | scoop | bevel | notch | straight | squircle | superellipse( <number [0,∞]> | infinity )", |
| 546 | + "corner-shape-value": "round | scoop | bevel | notch | square | squircle | superellipse( <number [-∞,∞]> | infinity | -infinity )", |
546 | 547 | "counter-style": "<counter-style-name> | <symbols()>", |
547 | 548 | "counter-style-name": "| decimal | decimal-leading-zero | arabic-indic | armenian | upper-armenian | lower-armenian | bengali | cambodian | khmer | cjk-decimal | devanagari | georgian | gujarati | gurmukhi | hebrew | kannada | lao | malayalam | mongolian | myanmar | oriya | persian | lower-roman | upper-roman | tamil | telugu | thai | tibetan | lower-alpha | lower-latin | upper-alpha | upper-latin | lower-greek | hiragana | hiragana-iroha | katakana | katakana-iroha | disc | circle | square | disclosure-open | disclosure-closed | cjk-earthly-branch | cjk-heavenly-stem | japanese-informal | japanese-formal | korean-hangul-formal | korean-hanja-informal | korean-hanja-formal | ethiopic-numeric", |
548 | 549 | "cross-fade()": "cross-fade( <cf-image># )", |
|
729 | 730 | "stripes()": "stripes( <color-stripe># )", |
730 | 731 | "style-in-parens": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>", |
731 | 732 | "style-query": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>", |
732 | | - "superellipse()": "superellipse( <number> | infinity )", |
| 733 | + "superellipse()": "superellipse( <number> | infinity | -infinity )", |
733 | 734 | "supports-feature": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-decl>", |
734 | 735 | "supports-font-format-fn": "font-format( <font-format> )", |
735 | 736 | "supports-font-tech-fn": "font-tech( <font-tech> )", |
|
758 | 759 | "url-set-option": "[ <url> | <string> ] [ <resolution> || type( <string> ) ]?", |
759 | 760 | "url-set()": "url-set( <url-set-option># )", |
760 | 761 | "url()": "url( <string> <url-modifier>* ) | <url-token>", |
| 762 | + "var-args": "var( <declaration-value> , <declaration-value>? )", |
761 | 763 | "vertical-line-command": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]", |
762 | 764 | "wcag2": "wcag2 | wcag2( [ <number> | [ aa | aaa ] && large? ] )", |
763 | 765 | "xyz": "xyz | xyz-d50 | xyz-d65", |
|
0 commit comments