data.js 88 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. export default {
  2. "generic": true,
  3. "cssWideKeywords": [
  4. "initial",
  5. "inherit",
  6. "unset",
  7. "revert",
  8. "revert-layer"
  9. ],
  10. "units": {
  11. "angle": [
  12. "deg",
  13. "grad",
  14. "rad",
  15. "turn"
  16. ],
  17. "decibel": [
  18. "db"
  19. ],
  20. "flex": [
  21. "fr"
  22. ],
  23. "frequency": [
  24. "hz",
  25. "khz"
  26. ],
  27. "length": [
  28. "cm",
  29. "mm",
  30. "q",
  31. "in",
  32. "pt",
  33. "pc",
  34. "px",
  35. "em",
  36. "rem",
  37. "ex",
  38. "rex",
  39. "cap",
  40. "rcap",
  41. "ch",
  42. "rch",
  43. "ic",
  44. "ric",
  45. "lh",
  46. "rlh",
  47. "vw",
  48. "svw",
  49. "lvw",
  50. "dvw",
  51. "vh",
  52. "svh",
  53. "lvh",
  54. "dvh",
  55. "vi",
  56. "svi",
  57. "lvi",
  58. "dvi",
  59. "vb",
  60. "svb",
  61. "lvb",
  62. "dvb",
  63. "vmin",
  64. "svmin",
  65. "lvmin",
  66. "dvmin",
  67. "vmax",
  68. "svmax",
  69. "lvmax",
  70. "dvmax",
  71. "cqw",
  72. "cqh",
  73. "cqi",
  74. "cqb",
  75. "cqmin",
  76. "cqmax"
  77. ],
  78. "resolution": [
  79. "dpi",
  80. "dpcm",
  81. "dppx",
  82. "x"
  83. ],
  84. "semitones": [
  85. "st"
  86. ],
  87. "time": [
  88. "s",
  89. "ms"
  90. ]
  91. },
  92. "types": {
  93. "abs()": "abs( <calc-sum> )",
  94. "absolute-size": "xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large",
  95. "acos()": "acos( <calc-sum> )",
  96. "alpha-value": "<number>|<percentage>",
  97. "angle-percentage": "<angle>|<percentage>",
  98. "angular-color-hint": "<angle-percentage>",
  99. "angular-color-stop": "<color>&&<color-stop-angle>?",
  100. "angular-color-stop-list": "[<angular-color-stop> [, <angular-color-hint>]?]# , <angular-color-stop>",
  101. "animateable-feature": "scroll-position|contents|<custom-ident>",
  102. "asin()": "asin( <calc-sum> )",
  103. "atan()": "atan( <calc-sum> )",
  104. "atan2()": "atan2( <calc-sum> , <calc-sum> )",
  105. "attachment": "scroll|fixed|local",
  106. "attr()": "attr( <attr-name> <type-or-unit>? [, <attr-fallback>]? )",
  107. "attr-matcher": "['~'|'|'|'^'|'$'|'*']? '='",
  108. "attr-modifier": "i|s",
  109. "attribute-selector": "'[' <wq-name> ']'|'[' <wq-name> <attr-matcher> [<string-token>|<ident-token>] <attr-modifier>? ']'",
  110. "auto-repeat": "repeat( [auto-fill|auto-fit] , [<line-names>? <fixed-size>]+ <line-names>? )",
  111. "auto-track-list": "[<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>? <auto-repeat> [<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>?",
  112. "axis": "block|inline|x|y",
  113. "baseline-position": "[first|last]? baseline",
  114. "basic-shape": "<inset()>|<xywh()>|<rect()>|<circle()>|<ellipse()>|<polygon()>|<path()>",
  115. "bg-image": "none|<image>",
  116. "bg-layer": "<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>",
  117. "bg-position": "[[left|center|right|top|bottom|<length-percentage>]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]|[center|[left|right] <length-percentage>?]&&[center|[top|bottom] <length-percentage>?]]",
  118. "bg-size": "[<length-percentage>|auto]{1,2}|cover|contain",
  119. "blur()": "blur( <length> )",
  120. "blend-mode": "normal|multiply|screen|overlay|darken|lighten|color-dodge|color-burn|hard-light|soft-light|difference|exclusion|hue|saturation|color|luminosity",
  121. "box": "border-box|padding-box|content-box",
  122. "brightness()": "brightness( <number-percentage> )",
  123. "calc()": "calc( <calc-sum> )",
  124. "calc-sum": "<calc-product> [['+'|'-'] <calc-product>]*",
  125. "calc-product": "<calc-value> ['*' <calc-value>|'/' <number>]*",
  126. "calc-value": "<number>|<dimension>|<percentage>|<calc-constant>|( <calc-sum> )",
  127. "calc-constant": "e|pi|infinity|-infinity|NaN",
  128. "cf-final-image": "<image>|<color>",
  129. "cf-mixing-image": "<percentage>?&&<image>",
  130. "circle()": "circle( [<shape-radius>]? [at <position>]? )",
  131. "clamp()": "clamp( <calc-sum>#{3} )",
  132. "class-selector": "'.' <ident-token>",
  133. "clip-source": "<url>",
  134. "color": "<color-base>|currentColor|<system-color>|<device-cmyk()>|<light-dark()>|<-non-standard-color>",
  135. "color-stop": "<color-stop-length>|<color-stop-angle>",
  136. "color-stop-angle": "<angle-percentage>{1,2}",
  137. "color-stop-length": "<length-percentage>{1,2}",
  138. "color-stop-list": "[<linear-color-stop> [, <linear-color-hint>]?]# , <linear-color-stop>",
  139. "color-interpolation-method": "in [<rectangular-color-space>|<polar-color-space> <hue-interpolation-method>?|<custom-color-space>]",
  140. "combinator": "'>'|'+'|'~'|['|' '|']",
  141. "common-lig-values": "[common-ligatures|no-common-ligatures]",
  142. "compat-auto": "searchfield|textarea|push-button|slider-horizontal|checkbox|radio|square-button|menulist|listbox|meter|progress-bar|button",
  143. "composite-style": "clear|copy|source-over|source-in|source-out|source-atop|destination-over|destination-in|destination-out|destination-atop|xor",
  144. "compositing-operator": "add|subtract|intersect|exclude",
  145. "compound-selector": "[<type-selector>? <subclass-selector>*]!",
  146. "compound-selector-list": "<compound-selector>#",
  147. "complex-selector": "<complex-selector-unit> [<combinator>? <complex-selector-unit>]*",
  148. "complex-selector-list": "<complex-selector>#",
  149. "conic-gradient()": "conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )",
  150. "contextual-alt-values": "[contextual|no-contextual]",
  151. "content-distribution": "space-between|space-around|space-evenly|stretch",
  152. "content-list": "[<string>|contents|<image>|<counter>|<quote>|<target>|<leader()>|<attr()>]+",
  153. "content-position": "center|start|end|flex-start|flex-end",
  154. "content-replacement": "<image>",
  155. "contrast()": "contrast( [<number-percentage>] )",
  156. "cos()": "cos( <calc-sum> )",
  157. "counter": "<counter()>|<counters()>",
  158. "counter()": "counter( <counter-name> , <counter-style>? )",
  159. "counter-name": "<custom-ident>",
  160. "counter-style": "<counter-style-name>|symbols( )",
  161. "counter-style-name": "<custom-ident>",
  162. "counters()": "counters( <counter-name> , <string> , <counter-style>? )",
  163. "cross-fade()": "cross-fade( <cf-mixing-image> , <cf-final-image>? )",
  164. "cubic-bezier-timing-function": "ease|ease-in|ease-out|ease-in-out|cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )",
  165. "deprecated-system-color": "ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText",
  166. "discretionary-lig-values": "[discretionary-ligatures|no-discretionary-ligatures]",
  167. "display-box": "contents|none",
  168. "display-inside": "flow|flow-root|table|flex|grid|ruby",
  169. "display-internal": "table-row-group|table-header-group|table-footer-group|table-row|table-cell|table-column-group|table-column|table-caption|ruby-base|ruby-text|ruby-base-container|ruby-text-container",
  170. "display-legacy": "inline-block|inline-list-item|inline-table|inline-flex|inline-grid",
  171. "display-listitem": "<display-outside>?&&[flow|flow-root]?&&list-item",
  172. "display-outside": "block|inline|run-in",
  173. "drop-shadow()": "drop-shadow( <length>{2,3} <color>? )",
  174. "east-asian-variant-values": "[jis78|jis83|jis90|jis04|simplified|traditional]",
  175. "east-asian-width-values": "[full-width|proportional-width]",
  176. "element()": "element( <custom-ident> , [first|start|last|first-except]? )|element( <id-selector> )",
  177. "ellipse()": "ellipse( [<shape-radius>{2}]? [at <position>]? )",
  178. "ending-shape": "circle|ellipse",
  179. "env()": "env( <custom-ident> , <declaration-value>? )",
  180. "exp()": "exp( <calc-sum> )",
  181. "explicit-track-list": "[<line-names>? <track-size>]+ <line-names>?",
  182. "family-name": "<string>|<custom-ident>+",
  183. "feature-tag-value": "<string> [<integer>|on|off]?",
  184. "feature-type": "@stylistic|@historical-forms|@styleset|@character-variant|@swash|@ornaments|@annotation",
  185. "feature-value-block": "<feature-type> '{' <feature-value-declaration-list> '}'",
  186. "feature-value-block-list": "<feature-value-block>+",
  187. "feature-value-declaration": "<custom-ident> : <integer>+ ;",
  188. "feature-value-declaration-list": "<feature-value-declaration>",
  189. "feature-value-name": "<custom-ident>",
  190. "fill-rule": "nonzero|evenodd",
  191. "filter-function": "<blur()>|<brightness()>|<contrast()>|<drop-shadow()>|<grayscale()>|<hue-rotate()>|<invert()>|<opacity()>|<saturate()>|<sepia()>",
  192. "filter-function-list": "[<filter-function>|<url>]+",
  193. "final-bg-layer": "<'background-color'>||<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>",
  194. "fixed-breadth": "<length-percentage>",
  195. "fixed-repeat": "repeat( [<integer [1,∞]>] , [<line-names>? <fixed-size>]+ <line-names>? )",
  196. "fixed-size": "<fixed-breadth>|minmax( <fixed-breadth> , <track-breadth> )|minmax( <inflexible-breadth> , <fixed-breadth> )",
  197. "font-stretch-absolute": "normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|<percentage>",
  198. "font-variant-css21": "[normal|small-caps]",
  199. "font-weight-absolute": "normal|bold|<number [1,1000]>",
  200. "frequency-percentage": "<frequency>|<percentage>",
  201. "general-enclosed": "[<function-token> <any-value>? )]|[( <any-value>? )]",
  202. "generic-family": "<generic-script-specific>|<generic-complete>|<generic-incomplete>|<-non-standard-generic-family>",
  203. "generic-name": "serif|sans-serif|cursive|fantasy|monospace",
  204. "geometry-box": "<shape-box>|fill-box|stroke-box|view-box",
  205. "gradient": "<linear-gradient()>|<repeating-linear-gradient()>|<radial-gradient()>|<repeating-radial-gradient()>|<conic-gradient()>|<repeating-conic-gradient()>|<-legacy-gradient>",
  206. "grayscale()": "grayscale( <number-percentage> )",
  207. "grid-line": "auto|<custom-ident>|[<integer>&&<custom-ident>?]|[span&&[<integer>||<custom-ident>]]",
  208. "historical-lig-values": "[historical-ligatures|no-historical-ligatures]",
  209. "hsl()": "hsl( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsl( <hue> , <percentage> , <percentage> , <alpha-value>? )",
  210. "hsla()": "hsla( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsla( <hue> , <percentage> , <percentage> , <alpha-value>? )",
  211. "hue": "<number>|<angle>",
  212. "hue-rotate()": "hue-rotate( <angle> )",
  213. "hue-interpolation-method": "[shorter|longer|increasing|decreasing] hue",
  214. "hwb()": "hwb( [<hue>|none] [<percentage>|none] [<percentage>|none] [/ [<alpha-value>|none]]? )",
  215. "hypot()": "hypot( <calc-sum># )",
  216. "image": "<url>|<image()>|<image-set()>|<element()>|<paint()>|<cross-fade()>|<gradient>",
  217. "image()": "image( <image-tags>? [<image-src>? , <color>?]! )",
  218. "image-set()": "image-set( <image-set-option># )",
  219. "image-set-option": "[<image>|<string>] [<resolution>||type( <string> )]",
  220. "image-src": "<url>|<string>",
  221. "image-tags": "ltr|rtl",
  222. "inflexible-breadth": "<length-percentage>|min-content|max-content|auto",
  223. "inset()": "inset( <length-percentage>{1,4} [round <'border-radius'>]? )",
  224. "invert()": "invert( <number-percentage> )",
  225. "keyframes-name": "<custom-ident>|<string>",
  226. "keyframe-block": "<keyframe-selector># { <declaration-list> }",
  227. "keyframe-block-list": "<keyframe-block>+",
  228. "keyframe-selector": "from|to|<percentage>|<timeline-range-name> <percentage>",
  229. "lab()": "lab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )",
  230. "layer()": "layer( <layer-name> )",
  231. "layer-name": "<ident> ['.' <ident>]*",
  232. "lch()": "lch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )",
  233. "leader()": "leader( <leader-type> )",
  234. "leader-type": "dotted|solid|space|<string>",
  235. "length-percentage": "<length>|<percentage>",
  236. "light-dark()": "light-dark( <color> , <color> )",
  237. "line-names": "'[' <custom-ident>* ']'",
  238. "line-name-list": "[<line-names>|<name-repeat>]+",
  239. "line-style": "none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset",
  240. "line-width": "<length>|thin|medium|thick",
  241. "linear-color-hint": "<length-percentage>",
  242. "linear-color-stop": "<color> <color-stop-length>?",
  243. "linear-gradient()": "linear-gradient( [[<angle>|to <side-or-corner>]||<color-interpolation-method>]? , <color-stop-list> )",
  244. "log()": "log( <calc-sum> , <calc-sum>? )",
  245. "mask-layer": "<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||<geometry-box>||[<geometry-box>|no-clip]||<compositing-operator>||<masking-mode>",
  246. "mask-position": "[<length-percentage>|left|center|right] [<length-percentage>|top|center|bottom]?",
  247. "mask-reference": "none|<image>|<mask-source>",
  248. "mask-source": "<url>",
  249. "masking-mode": "alpha|luminance|match-source",
  250. "matrix()": "matrix( <number>#{6} )",
  251. "matrix3d()": "matrix3d( <number>#{16} )",
  252. "max()": "max( <calc-sum># )",
  253. "media-and": "<media-in-parens> [and <media-in-parens>]+",
  254. "media-condition": "<media-not>|<media-and>|<media-or>|<media-in-parens>",
  255. "media-condition-without-or": "<media-not>|<media-and>|<media-in-parens>",
  256. "media-feature": "( [<mf-plain>|<mf-boolean>|<mf-range>] )",
  257. "media-in-parens": "( <media-condition> )|<media-feature>|<general-enclosed>",
  258. "media-not": "not <media-in-parens>",
  259. "media-or": "<media-in-parens> [or <media-in-parens>]+",
  260. "media-query": "<media-condition>|[not|only]? <media-type> [and <media-condition-without-or>]?",
  261. "media-query-list": "<media-query>#",
  262. "media-type": "<ident>",
  263. "mf-boolean": "<mf-name>",
  264. "mf-name": "<ident>",
  265. "mf-plain": "<mf-name> : <mf-value>",
  266. "mf-range": "<mf-name> ['<'|'>']? '='? <mf-value>|<mf-value> ['<'|'>']? '='? <mf-name>|<mf-value> '<' '='? <mf-name> '<' '='? <mf-value>|<mf-value> '>' '='? <mf-name> '>' '='? <mf-value>",
  267. "mf-value": "<number>|<dimension>|<ident>|<ratio>",
  268. "min()": "min( <calc-sum># )",
  269. "minmax()": "minmax( [<length-percentage>|min-content|max-content|auto] , [<length-percentage>|<flex>|min-content|max-content|auto] )",
  270. "mod()": "mod( <calc-sum> , <calc-sum> )",
  271. "name-repeat": "repeat( [<integer [1,∞]>|auto-fill] , <line-names>+ )",
  272. "named-color": "transparent|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen",
  273. "namespace-prefix": "<ident>",
  274. "ns-prefix": "[<ident-token>|'*']? '|'",
  275. "number-percentage": "<number>|<percentage>",
  276. "numeric-figure-values": "[lining-nums|oldstyle-nums]",
  277. "numeric-fraction-values": "[diagonal-fractions|stacked-fractions]",
  278. "numeric-spacing-values": "[proportional-nums|tabular-nums]",
  279. "nth": "<an-plus-b>|even|odd",
  280. "opacity()": "opacity( [<number-percentage>] )",
  281. "overflow-position": "unsafe|safe",
  282. "outline-radius": "<length>|<percentage>",
  283. "page-body": "<declaration>? [; <page-body>]?|<page-margin-box> <page-body>",
  284. "page-margin-box": "<page-margin-box-type> '{' <declaration-list> '}'",
  285. "page-margin-box-type": "@top-left-corner|@top-left|@top-center|@top-right|@top-right-corner|@bottom-left-corner|@bottom-left|@bottom-center|@bottom-right|@bottom-right-corner|@left-top|@left-middle|@left-bottom|@right-top|@right-middle|@right-bottom",
  286. "page-selector-list": "[<page-selector>#]?",
  287. "page-selector": "<pseudo-page>+|<ident> <pseudo-page>*",
  288. "page-size": "A5|A4|A3|B5|B4|JIS-B5|JIS-B4|letter|legal|ledger",
  289. "path()": "path( [<fill-rule> ,]? <string> )",
  290. "paint()": "paint( <ident> , <declaration-value>? )",
  291. "perspective()": "perspective( [<length [0,∞]>|none] )",
  292. "polygon()": "polygon( <fill-rule>? , [<length-percentage> <length-percentage>]# )",
  293. "polar-color-space": "hsl|hwb|lch|oklch",
  294. "position": "[[left|center|right]||[top|center|bottom]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]?|[[left|right] <length-percentage>]&&[[top|bottom] <length-percentage>]]",
  295. "pow()": "pow( <calc-sum> , <calc-sum> )",
  296. "pseudo-class-selector": "':' <ident-token>|':' <function-token> <any-value> ')'",
  297. "pseudo-element-selector": "':' <pseudo-class-selector>|<legacy-pseudo-element-selector>",
  298. "pseudo-page": ": [left|right|first|blank]",
  299. "quote": "open-quote|close-quote|no-open-quote|no-close-quote",
  300. "radial-gradient()": "radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )",
  301. "ratio": "<number [0,∞]> [/ <number [0,∞]>]?",
  302. "ray()": "ray( <angle>&&<ray-size>?&&contain?&&[at <position>]? )",
  303. "ray-size": "closest-side|closest-corner|farthest-side|farthest-corner|sides",
  304. "rectangular-color-space": "srgb|srgb-linear|display-p3|a98-rgb|prophoto-rgb|rec2020|lab|oklab|xyz|xyz-d50|xyz-d65",
  305. "relative-selector": "<combinator>? <complex-selector>",
  306. "relative-selector-list": "<relative-selector>#",
  307. "relative-size": "larger|smaller",
  308. "rem()": "rem( <calc-sum> , <calc-sum> )",
  309. "repeat-style": "repeat-x|repeat-y|[repeat|space|round|no-repeat]{1,2}",
  310. "repeating-conic-gradient()": "repeating-conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )",
  311. "repeating-linear-gradient()": "repeating-linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )",
  312. "repeating-radial-gradient()": "repeating-radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )",
  313. "reversed-counter-name": "reversed( <counter-name> )",
  314. "rgb()": "rgb( <percentage>{3} [/ <alpha-value>]? )|rgb( <number>{3} [/ <alpha-value>]? )|rgb( <percentage>#{3} , <alpha-value>? )|rgb( <number>#{3} , <alpha-value>? )",
  315. "rgba()": "rgba( <percentage>{3} [/ <alpha-value>]? )|rgba( <number>{3} [/ <alpha-value>]? )|rgba( <percentage>#{3} , <alpha-value>? )|rgba( <number>#{3} , <alpha-value>? )",
  316. "rotate()": "rotate( [<angle>|<zero>] )",
  317. "rotate3d()": "rotate3d( <number> , <number> , <number> , [<angle>|<zero>] )",
  318. "rotateX()": "rotateX( [<angle>|<zero>] )",
  319. "rotateY()": "rotateY( [<angle>|<zero>] )",
  320. "rotateZ()": "rotateZ( [<angle>|<zero>] )",
  321. "round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum> )",
  322. "rounding-strategy": "nearest|up|down|to-zero",
  323. "saturate()": "saturate( <number-percentage> )",
  324. "scale()": "scale( [<number>|<percentage>]#{1,2} )",
  325. "scale3d()": "scale3d( [<number>|<percentage>]#{3} )",
  326. "scaleX()": "scaleX( [<number>|<percentage>] )",
  327. "scaleY()": "scaleY( [<number>|<percentage>] )",
  328. "scaleZ()": "scaleZ( [<number>|<percentage>] )",
  329. "scroll()": "scroll( [<axis>||<scroller>]? )",
  330. "scroller": "root|nearest|self",
  331. "self-position": "center|start|end|self-start|self-end|flex-start|flex-end",
  332. "shape-radius": "<length-percentage>|closest-side|farthest-side",
  333. "sign()": "sign( <calc-sum> )",
  334. "skew()": "skew( [<angle>|<zero>] , [<angle>|<zero>]? )",
  335. "skewX()": "skewX( [<angle>|<zero>] )",
  336. "skewY()": "skewY( [<angle>|<zero>] )",
  337. "sepia()": "sepia( <number-percentage> )",
  338. "shadow": "inset?&&<length>{2,4}&&<color>?",
  339. "shadow-t": "[<length>{2,3}&&<color>?]",
  340. "shape": "rect( <top> , <right> , <bottom> , <left> )|rect( <top> <right> <bottom> <left> )",
  341. "shape-box": "<box>|margin-box",
  342. "side-or-corner": "[left|right]||[top|bottom]",
  343. "sin()": "sin( <calc-sum> )",
  344. "single-animation": "<'animation-duration'>||<easing-function>||<'animation-delay'>||<single-animation-iteration-count>||<single-animation-direction>||<single-animation-fill-mode>||<single-animation-play-state>||[none|<keyframes-name>]||<single-animation-timeline>",
  345. "single-animation-direction": "normal|reverse|alternate|alternate-reverse",
  346. "single-animation-fill-mode": "none|forwards|backwards|both",
  347. "single-animation-iteration-count": "infinite|<number>",
  348. "single-animation-play-state": "running|paused",
  349. "single-animation-timeline": "auto|none|<dashed-ident>|<scroll()>|<view()>",
  350. "single-transition": "[none|<single-transition-property>]||<time>||<easing-function>||<time>||<transition-behavior-value>",
  351. "single-transition-property": "all|<custom-ident>",
  352. "size": "closest-side|farthest-side|closest-corner|farthest-corner|<length>|<length-percentage>{2}",
  353. "sqrt()": "sqrt( <calc-sum> )",
  354. "step-position": "jump-start|jump-end|jump-none|jump-both|start|end",
  355. "step-timing-function": "step-start|step-end|steps( <integer> [, <step-position>]? )",
  356. "subclass-selector": "<id-selector>|<class-selector>|<attribute-selector>|<pseudo-class-selector>",
  357. "supports-condition": "not <supports-in-parens>|<supports-in-parens> [and <supports-in-parens>]*|<supports-in-parens> [or <supports-in-parens>]*",
  358. "supports-in-parens": "( <supports-condition> )|<supports-feature>|<general-enclosed>",
  359. "supports-feature": "<supports-decl>|<supports-selector-fn>",
  360. "supports-decl": "( <declaration> )",
  361. "supports-selector-fn": "selector( <complex-selector> )",
  362. "symbol": "<string>|<image>|<custom-ident>",
  363. "system-color": "AccentColor|AccentColorText|ActiveText|ButtonBorder|ButtonFace|ButtonText|Canvas|CanvasText|Field|FieldText|GrayText|Highlight|HighlightText|LinkText|Mark|MarkText|SelectedItem|SelectedItemText|VisitedText",
  364. "tan()": "tan( <calc-sum> )",
  365. "target": "<target-counter()>|<target-counters()>|<target-text()>",
  366. "target-counter()": "target-counter( [<string>|<url>] , <custom-ident> , <counter-style>? )",
  367. "target-counters()": "target-counters( [<string>|<url>] , <custom-ident> , <string> , <counter-style>? )",
  368. "target-text()": "target-text( [<string>|<url>] , [content|before|after|first-letter]? )",
  369. "time-percentage": "<time>|<percentage>",
  370. "timeline-range-name": "cover|contain|entry|exit|entry-crossing|exit-crossing",
  371. "easing-function": "linear|<cubic-bezier-timing-function>|<step-timing-function>",
  372. "track-breadth": "<length-percentage>|<flex>|min-content|max-content|auto",
  373. "track-list": "[<line-names>? [<track-size>|<track-repeat>]]+ <line-names>?",
  374. "track-repeat": "repeat( [<integer [1,∞]>] , [<line-names>? <track-size>]+ <line-names>? )",
  375. "track-size": "<track-breadth>|minmax( <inflexible-breadth> , <track-breadth> )|fit-content( <length-percentage> )",
  376. "transform-function": "<matrix()>|<translate()>|<translateX()>|<translateY()>|<scale()>|<scaleX()>|<scaleY()>|<rotate()>|<skew()>|<skewX()>|<skewY()>|<matrix3d()>|<translate3d()>|<translateZ()>|<scale3d()>|<scaleZ()>|<rotate3d()>|<rotateX()>|<rotateY()>|<rotateZ()>|<perspective()>",
  377. "transform-list": "<transform-function>+",
  378. "transition-behavior-value": "normal|allow-discrete",
  379. "translate()": "translate( <length-percentage> , <length-percentage>? )",
  380. "translate3d()": "translate3d( <length-percentage> , <length-percentage> , <length> )",
  381. "translateX()": "translateX( <length-percentage> )",
  382. "translateY()": "translateY( <length-percentage> )",
  383. "translateZ()": "translateZ( <length> )",
  384. "type-or-unit": "string|color|url|integer|number|length|angle|time|frequency|cap|ch|em|ex|ic|lh|rlh|rem|vb|vi|vw|vh|vmin|vmax|mm|Q|cm|in|pt|pc|px|deg|grad|rad|turn|ms|s|Hz|kHz|%",
  385. "type-selector": "<wq-name>|<ns-prefix>? '*'",
  386. "var()": "var( <custom-property-name> , <declaration-value>? )",
  387. "view()": "view( [<axis>||<'view-timeline-inset'>]? )",
  388. "viewport-length": "auto|<length-percentage>",
  389. "visual-box": "content-box|padding-box|border-box",
  390. "wq-name": "<ns-prefix>? <ident-token>",
  391. "-legacy-gradient": "<-webkit-gradient()>|<-legacy-linear-gradient>|<-legacy-repeating-linear-gradient>|<-legacy-radial-gradient>|<-legacy-repeating-radial-gradient>",
  392. "-legacy-linear-gradient": "-moz-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-linear-gradient( <-legacy-linear-gradient-arguments> )",
  393. "-legacy-repeating-linear-gradient": "-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )",
  394. "-legacy-linear-gradient-arguments": "[<angle>|<side-or-corner>]? , <color-stop-list>",
  395. "-legacy-radial-gradient": "-moz-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-radial-gradient( <-legacy-radial-gradient-arguments> )",
  396. "-legacy-repeating-radial-gradient": "-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )",
  397. "-legacy-radial-gradient-arguments": "[<position> ,]? [[[<-legacy-radial-gradient-shape>||<-legacy-radial-gradient-size>]|[<length>|<percentage>]{2}] ,]? <color-stop-list>",
  398. "-legacy-radial-gradient-size": "closest-side|closest-corner|farthest-side|farthest-corner|contain|cover",
  399. "-legacy-radial-gradient-shape": "circle|ellipse",
  400. "-non-standard-font": "-apple-system-body|-apple-system-headline|-apple-system-subheadline|-apple-system-caption1|-apple-system-caption2|-apple-system-footnote|-apple-system-short-body|-apple-system-short-headline|-apple-system-short-subheadline|-apple-system-short-caption1|-apple-system-short-footnote|-apple-system-tall-body",
  401. "-non-standard-color": "-moz-ButtonDefault|-moz-ButtonHoverFace|-moz-ButtonHoverText|-moz-CellHighlight|-moz-CellHighlightText|-moz-Combobox|-moz-ComboboxText|-moz-Dialog|-moz-DialogText|-moz-dragtargetzone|-moz-EvenTreeRow|-moz-Field|-moz-FieldText|-moz-html-CellHighlight|-moz-html-CellHighlightText|-moz-mac-accentdarkestshadow|-moz-mac-accentdarkshadow|-moz-mac-accentface|-moz-mac-accentlightesthighlight|-moz-mac-accentlightshadow|-moz-mac-accentregularhighlight|-moz-mac-accentregularshadow|-moz-mac-chrome-active|-moz-mac-chrome-inactive|-moz-mac-focusring|-moz-mac-menuselect|-moz-mac-menushadow|-moz-mac-menutextselect|-moz-MenuHover|-moz-MenuHoverText|-moz-MenuBarText|-moz-MenuBarHoverText|-moz-nativehyperlinktext|-moz-OddTreeRow|-moz-win-communicationstext|-moz-win-mediatext|-moz-activehyperlinktext|-moz-default-background-color|-moz-default-color|-moz-hyperlinktext|-moz-visitedhyperlinktext|-webkit-activelink|-webkit-focus-ring-color|-webkit-link|-webkit-text",
  402. "-non-standard-image-rendering": "optimize-contrast|-moz-crisp-edges|-o-crisp-edges|-webkit-optimize-contrast",
  403. "-non-standard-overflow": "overlay|-moz-scrollbars-none|-moz-scrollbars-horizontal|-moz-scrollbars-vertical|-moz-hidden-unscrollable",
  404. "-non-standard-size": "intrinsic|min-intrinsic|-webkit-fill-available|-webkit-fit-content|-webkit-min-content|-webkit-max-content|-moz-available|-moz-fit-content|-moz-min-content|-moz-max-content",
  405. "-webkit-gradient()": "-webkit-gradient( <-webkit-gradient-type> , <-webkit-gradient-point> [, <-webkit-gradient-point>|, <-webkit-gradient-radius> , <-webkit-gradient-point>] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )",
  406. "-webkit-gradient-color-stop": "from( <color> )|color-stop( [<number-zero-one>|<percentage>] , <color> )|to( <color> )",
  407. "-webkit-gradient-point": "[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]",
  408. "-webkit-gradient-radius": "<length>|<percentage>",
  409. "-webkit-gradient-type": "linear|radial",
  410. "-webkit-mask-box-repeat": "repeat|stretch|round",
  411. "-ms-filter-function-list": "<-ms-filter-function>+",
  412. "-ms-filter-function": "<-ms-filter-function-progid>|<-ms-filter-function-legacy>",
  413. "-ms-filter-function-progid": "'progid:' [<ident-token> '.']* [<ident-token>|<function-token> <any-value>? )]",
  414. "-ms-filter-function-legacy": "<ident-token>|<function-token> <any-value>? )",
  415. "absolute-color-base": "<hex-color>|<absolute-color-function>|<named-color>|transparent",
  416. "absolute-color-function": "<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<oklab()>|<oklch()>|<color()>",
  417. "age": "child|young|old",
  418. "anchor-name": "<dashed-ident>",
  419. "attr-name": "<wq-name>",
  420. "attr-fallback": "<any-value>",
  421. "bg-clip": "<box>|border|text",
  422. "bottom": "<length>|auto",
  423. "container-name": "<custom-ident>",
  424. "container-condition": "not <query-in-parens>|<query-in-parens> [[and <query-in-parens>]*|[or <query-in-parens>]*]",
  425. "coord-box": "content-box|padding-box|border-box|fill-box|stroke-box|view-box",
  426. "generic-voice": "[<age>? <gender> <integer>?]",
  427. "gender": "male|female|neutral",
  428. "generic-script-specific": "generic( kai )|generic( fangsong )|generic( nastaliq )",
  429. "generic-complete": "serif|sans-serif|system-ui|cursive|fantasy|math|monospace",
  430. "generic-incomplete": "ui-serif|ui-sans-serif|ui-monospace|ui-rounded",
  431. "-non-standard-generic-family": "-apple-system|BlinkMacSystemFont",
  432. "left": "<length>|auto",
  433. "color-base": "<hex-color>|<color-function>|<named-color>|<color-mix()>|transparent",
  434. "color-function": "<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<oklab()>|<oklch()>|<color()>",
  435. "device-cmyk()": "<legacy-device-cmyk-syntax>|<modern-device-cmyk-syntax>",
  436. "legacy-device-cmyk-syntax": "device-cmyk( <number>#{4} )",
  437. "modern-device-cmyk-syntax": "device-cmyk( <cmyk-component>{4} [/ [<alpha-value>|none]]? )",
  438. "cmyk-component": "<number>|<percentage>|none",
  439. "color-mix()": "color-mix( <color-interpolation-method> , [<color>&&<percentage [0,100]>?]#{2} )",
  440. "color-space": "<rectangular-color-space>|<polar-color-space>|<custom-color-space>",
  441. "custom-color-space": "<dashed-ident>",
  442. "paint": "none|<color>|<url> [none|<color>]?|context-fill|context-stroke",
  443. "palette-identifier": "<dashed-ident>",
  444. "right": "<length>|auto",
  445. "scope-start": "<forgiving-selector-list>",
  446. "scope-end": "<forgiving-selector-list>",
  447. "forgiving-selector-list": "<complex-real-selector-list>",
  448. "forgiving-relative-selector-list": "<relative-real-selector-list>",
  449. "selector-list": "<complex-selector-list>",
  450. "complex-real-selector-list": "<complex-real-selector>#",
  451. "simple-selector-list": "<simple-selector>#",
  452. "relative-real-selector-list": "<relative-real-selector>#",
  453. "complex-selector-unit": "[<compound-selector>? <pseudo-compound-selector>*]!",
  454. "complex-real-selector": "<compound-selector> [<combinator>? <compound-selector>]*",
  455. "relative-real-selector": "<combinator>? <complex-real-selector>",
  456. "pseudo-compound-selector": "<pseudo-element-selector> <pseudo-class-selector>*",
  457. "simple-selector": "<type-selector>|<subclass-selector>",
  458. "legacy-pseudo-element-selector": "':' [before|after|first-line|first-letter]",
  459. "single-animation-composition": "replace|add|accumulate",
  460. "svg-length": "<percentage>|<length>|<number>",
  461. "svg-writing-mode": "lr-tb|rl-tb|tb-rl|lr|rl|tb",
  462. "top": "<length>|auto",
  463. "x": "<number>",
  464. "y": "<number>",
  465. "declaration": "<ident-token> : <declaration-value>? ['!' important]?",
  466. "declaration-list": "[<declaration>? ';']* <declaration>?",
  467. "url": "url( <string> <url-modifier>* )|<url-token>",
  468. "url-modifier": "<ident>|<function-token> <any-value> )",
  469. "number-zero-one": "<number [0,1]>",
  470. "number-one-or-greater": "<number [1,∞]>",
  471. "color()": "color( <colorspace-params> [/ [<alpha-value>|none]]? )",
  472. "colorspace-params": "[<predefined-rgb-params>|<xyz-params>]",
  473. "predefined-rgb-params": "<predefined-rgb> [<number>|<percentage>|none]{3}",
  474. "predefined-rgb": "srgb|srgb-linear|display-p3|a98-rgb|prophoto-rgb|rec2020",
  475. "xyz-params": "<xyz-space> [<number>|<percentage>|none]{3}",
  476. "xyz-space": "xyz|xyz-d50|xyz-d65",
  477. "oklab()": "oklab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )",
  478. "oklch()": "oklch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )",
  479. "offset-path": "<ray()>|<url>|<basic-shape>",
  480. "rect()": "rect( [<length-percentage>|auto]{4} [round <'border-radius'>]? )",
  481. "xywh()": "xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [round <'border-radius'>]? )",
  482. "query-in-parens": "( <container-condition> )|( <size-feature> )|style( <style-query> )|<general-enclosed>",
  483. "size-feature": "<mf-plain>|<mf-boolean>|<mf-range>",
  484. "style-feature": "<declaration>",
  485. "style-query": "<style-condition>|<style-feature>",
  486. "style-condition": "not <style-in-parens>|<style-in-parens> [[and <style-in-parens>]*|[or <style-in-parens>]*]",
  487. "style-in-parens": "( <style-condition> )|( <style-feature> )|<general-enclosed>",
  488. "-non-standard-display": "-ms-inline-flexbox|-ms-grid|-ms-inline-grid|-webkit-flex|-webkit-inline-flex|-webkit-box|-webkit-inline-box|-moz-inline-stack|-moz-box|-moz-inline-box",
  489. "inset-area": "[[left|center|right|span-left|span-right|x-start|x-end|span-x-start|span-x-end|x-self-start|x-self-end|span-x-self-start|span-x-self-end|span-all]||[top|center|bottom|span-top|span-bottom|y-start|y-end|span-y-start|span-y-end|y-self-start|y-self-end|span-y-self-start|span-y-self-end|span-all]|[block-start|center|block-end|span-block-start|span-block-end|span-all]||[inline-start|center|inline-end|span-inline-start|span-inline-end|span-all]|[self-block-start|self-block-end|span-self-block-start|span-self-block-end|span-all]||[self-inline-start|self-inline-end|span-self-inline-start|span-self-inline-end|span-all]|[start|center|end|span-start|span-end|span-all]{1,2}|[self-start|center|self-end|span-self-start|span-self-end|span-all]{1,2}]",
  490. "position-area": "[[left|center|right|span-left|span-right|x-start|x-end|span-x-start|span-x-end|x-self-start|x-self-end|span-x-self-start|span-x-self-end|span-all]||[top|center|bottom|span-top|span-bottom|y-start|y-end|span-y-start|span-y-end|y-self-start|y-self-end|span-y-self-start|span-y-self-end|span-all]|[block-start|center|block-end|span-block-start|span-block-end|span-all]||[inline-start|center|inline-end|span-inline-start|span-inline-end|span-all]|[self-block-start|center|self-block-end|span-self-block-start|span-self-block-end|span-all]||[self-inline-start|center|self-inline-end|span-self-inline-start|span-self-inline-end|span-all]|[start|center|end|span-start|span-end|span-all]{1,2}|[self-start|center|self-end|span-self-start|span-self-end|span-all]{1,2}]",
  491. "anchor()": "anchor( <anchor-element>?&&<anchor-side> , <length-percentage>? )",
  492. "anchor-side": "inside|outside|top|left|right|bottom|start|end|self-start|self-end|<percentage>|center",
  493. "anchor-size()": "anchor-size( [<anchor-element>||<anchor-size>]? , <length-percentage>? )",
  494. "anchor-size": "width|height|block|inline|self-block|self-inline",
  495. "anchor-element": "<dashed-ident>",
  496. "try-size": "most-width|most-height|most-block-size|most-inline-size",
  497. "try-tactic": "flip-block||flip-inline||flip-start",
  498. "font-variant-css2": "normal|small-caps",
  499. "font-width-css3": "normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded",
  500. "system-family-name": "caption|icon|menu|message-box|small-caption|status-bar"
  501. },
  502. "properties": {
  503. "--*": "<declaration-value>",
  504. "-ms-accelerator": "false|true",
  505. "-ms-block-progression": "tb|rl|bt|lr",
  506. "-ms-content-zoom-chaining": "none|chained",
  507. "-ms-content-zooming": "none|zoom",
  508. "-ms-content-zoom-limit": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",
  509. "-ms-content-zoom-limit-max": "<percentage>",
  510. "-ms-content-zoom-limit-min": "<percentage>",
  511. "-ms-content-zoom-snap": "<'-ms-content-zoom-snap-type'>||<'-ms-content-zoom-snap-points'>",
  512. "-ms-content-zoom-snap-points": "snapInterval( <percentage> , <percentage> )|snapList( <percentage># )",
  513. "-ms-content-zoom-snap-type": "none|proximity|mandatory",
  514. "-ms-filter": "<string>",
  515. "-ms-flow-from": "[none|<custom-ident>]#",
  516. "-ms-flow-into": "[none|<custom-ident>]#",
  517. "-ms-grid-columns": "none|<track-list>|<auto-track-list>",
  518. "-ms-grid-rows": "none|<track-list>|<auto-track-list>",
  519. "-ms-high-contrast-adjust": "auto|none",
  520. "-ms-hyphenate-limit-chars": "auto|<integer>{1,3}",
  521. "-ms-hyphenate-limit-lines": "no-limit|<integer>",
  522. "-ms-hyphenate-limit-zone": "<percentage>|<length>",
  523. "-ms-ime-align": "auto|after",
  524. "-ms-overflow-style": "auto|none|scrollbar|-ms-autohiding-scrollbar",
  525. "-ms-scrollbar-3dlight-color": "<color>",
  526. "-ms-scrollbar-arrow-color": "<color>",
  527. "-ms-scrollbar-base-color": "<color>",
  528. "-ms-scrollbar-darkshadow-color": "<color>",
  529. "-ms-scrollbar-face-color": "<color>",
  530. "-ms-scrollbar-highlight-color": "<color>",
  531. "-ms-scrollbar-shadow-color": "<color>",
  532. "-ms-scrollbar-track-color": "<color>",
  533. "-ms-scroll-chaining": "chained|none",
  534. "-ms-scroll-limit": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>",
  535. "-ms-scroll-limit-x-max": "auto|<length>",
  536. "-ms-scroll-limit-x-min": "<length>",
  537. "-ms-scroll-limit-y-max": "auto|<length>",
  538. "-ms-scroll-limit-y-min": "<length>",
  539. "-ms-scroll-rails": "none|railed",
  540. "-ms-scroll-snap-points-x": "snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )",
  541. "-ms-scroll-snap-points-y": "snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )",
  542. "-ms-scroll-snap-type": "none|proximity|mandatory",
  543. "-ms-scroll-snap-x": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>",
  544. "-ms-scroll-snap-y": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>",
  545. "-ms-scroll-translation": "none|vertical-to-horizontal",
  546. "-ms-text-autospace": "none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space",
  547. "-ms-touch-select": "grippers|none",
  548. "-ms-user-select": "none|element|text",
  549. "-ms-wrap-flow": "auto|both|start|end|maximum|clear",
  550. "-ms-wrap-margin": "<length>",
  551. "-ms-wrap-through": "wrap|none",
  552. "-moz-appearance": "none|button|button-arrow-down|button-arrow-next|button-arrow-previous|button-arrow-up|button-bevel|button-focus|caret|checkbox|checkbox-container|checkbox-label|checkmenuitem|dualbutton|groupbox|listbox|listitem|menuarrow|menubar|menucheckbox|menuimage|menuitem|menuitemtext|menulist|menulist-button|menulist-text|menulist-textfield|menupopup|menuradio|menuseparator|meterbar|meterchunk|progressbar|progressbar-vertical|progresschunk|progresschunk-vertical|radio|radio-container|radio-label|radiomenuitem|range|range-thumb|resizer|resizerpanel|scale-horizontal|scalethumbend|scalethumb-horizontal|scalethumbstart|scalethumbtick|scalethumb-vertical|scale-vertical|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|separator|sheet|spinner|spinner-downbutton|spinner-textfield|spinner-upbutton|splitter|statusbar|statusbarpanel|tab|tabpanel|tabpanels|tab-scroll-arrow-back|tab-scroll-arrow-forward|textfield|textfield-multiline|toolbar|toolbarbutton|toolbarbutton-dropdown|toolbargripper|toolbox|tooltip|treeheader|treeheadercell|treeheadersortarrow|treeitem|treeline|treetwisty|treetwistyopen|treeview|-moz-mac-unified-toolbar|-moz-win-borderless-glass|-moz-win-browsertabbar-toolbox|-moz-win-communicationstext|-moz-win-communications-toolbox|-moz-win-exclude-glass|-moz-win-glass|-moz-win-mediatext|-moz-win-media-toolbox|-moz-window-button-box|-moz-window-button-box-maximized|-moz-window-button-close|-moz-window-button-maximize|-moz-window-button-minimize|-moz-window-button-restore|-moz-window-frame-bottom|-moz-window-frame-left|-moz-window-frame-right|-moz-window-titlebar|-moz-window-titlebar-maximized",
  553. "-moz-binding": "<url>|none",
  554. "-moz-border-bottom-colors": "<color>+|none",
  555. "-moz-border-left-colors": "<color>+|none",
  556. "-moz-border-right-colors": "<color>+|none",
  557. "-moz-border-top-colors": "<color>+|none",
  558. "-moz-context-properties": "none|[fill|fill-opacity|stroke|stroke-opacity]#",
  559. "-moz-float-edge": "border-box|content-box|margin-box|padding-box",
  560. "-moz-force-broken-image-icon": "0|1",
  561. "-moz-image-region": "<shape>|auto",
  562. "-moz-orient": "inline|block|horizontal|vertical",
  563. "-moz-outline-radius": "<outline-radius>{1,4} [/ <outline-radius>{1,4}]?",
  564. "-moz-outline-radius-bottomleft": "<outline-radius>",
  565. "-moz-outline-radius-bottomright": "<outline-radius>",
  566. "-moz-outline-radius-topleft": "<outline-radius>",
  567. "-moz-outline-radius-topright": "<outline-radius>",
  568. "-moz-stack-sizing": "ignore|stretch-to-fit",
  569. "-moz-text-blink": "none|blink",
  570. "-moz-user-focus": "ignore|normal|select-after|select-before|select-menu|select-same|select-all|none",
  571. "-moz-user-input": "auto|none|enabled|disabled",
  572. "-moz-user-modify": "read-only|read-write|write-only",
  573. "-moz-window-dragging": "drag|no-drag",
  574. "-moz-window-shadow": "default|menu|tooltip|sheet|none",
  575. "-webkit-appearance": "none|button|button-bevel|caps-lock-indicator|caret|checkbox|default-button|inner-spin-button|listbox|listitem|media-controls-background|media-controls-fullscreen-background|media-current-time-display|media-enter-fullscreen-button|media-exit-fullscreen-button|media-fullscreen-button|media-mute-button|media-overlay-play-button|media-play-button|media-seek-back-button|media-seek-forward-button|media-slider|media-sliderthumb|media-time-remaining-display|media-toggle-closed-captions-button|media-volume-slider|media-volume-slider-container|media-volume-sliderthumb|menulist|menulist-button|menulist-text|menulist-textfield|meter|progress-bar|progress-bar-value|push-button|radio|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbargripper-horizontal|scrollbargripper-vertical|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|searchfield-cancel-button|searchfield-decoration|searchfield-results-button|searchfield-results-decoration|slider-horizontal|slider-vertical|sliderthumb-horizontal|sliderthumb-vertical|square-button|textarea|textfield|-apple-pay-button",
  576. "-webkit-border-before": "<'border-width'>||<'border-style'>||<color>",
  577. "-webkit-border-before-color": "<color>",
  578. "-webkit-border-before-style": "<'border-style'>",
  579. "-webkit-border-before-width": "<'border-width'>",
  580. "-webkit-box-reflect": "[above|below|right|left]? <length>? <image>?",
  581. "-webkit-line-clamp": "none|<integer>",
  582. "-webkit-mask": "[<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||[<box>|border|padding|content|text]||[<box>|border|padding|content]]#",
  583. "-webkit-mask-attachment": "<attachment>#",
  584. "-webkit-mask-clip": "[<box>|border|padding|content|text]#",
  585. "-webkit-mask-composite": "<composite-style>#",
  586. "-webkit-mask-image": "<mask-reference>#",
  587. "-webkit-mask-origin": "[<box>|border|padding|content]#",
  588. "-webkit-mask-position": "<position>#",
  589. "-webkit-mask-position-x": "[<length-percentage>|left|center|right]#",
  590. "-webkit-mask-position-y": "[<length-percentage>|top|center|bottom]#",
  591. "-webkit-mask-repeat": "<repeat-style>#",
  592. "-webkit-mask-repeat-x": "repeat|no-repeat|space|round",
  593. "-webkit-mask-repeat-y": "repeat|no-repeat|space|round",
  594. "-webkit-mask-size": "<bg-size>#",
  595. "-webkit-overflow-scrolling": "auto|touch",
  596. "-webkit-tap-highlight-color": "<color>",
  597. "-webkit-text-fill-color": "<color>",
  598. "-webkit-text-stroke": "<length>||<color>",
  599. "-webkit-text-stroke-color": "<color>",
  600. "-webkit-text-stroke-width": "<length>",
  601. "-webkit-touch-callout": "default|none",
  602. "-webkit-user-modify": "read-only|read-write|read-write-plaintext-only",
  603. "accent-color": "auto|<color>",
  604. "align-content": "normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>",
  605. "align-items": "normal|stretch|<baseline-position>|[<overflow-position>? <self-position>]",
  606. "align-self": "auto|normal|stretch|<baseline-position>|<overflow-position>? <self-position>",
  607. "align-tracks": "[normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>]#",
  608. "all": "initial|inherit|unset|revert|revert-layer",
  609. "anchor-name": "none|<dashed-ident>#",
  610. "anchor-scope": "none|all|<dashed-ident>#",
  611. "animation": "<single-animation>#",
  612. "animation-composition": "<single-animation-composition>#",
  613. "animation-delay": "<time>#",
  614. "animation-direction": "<single-animation-direction>#",
  615. "animation-duration": "<time>#",
  616. "animation-fill-mode": "<single-animation-fill-mode>#",
  617. "animation-iteration-count": "<single-animation-iteration-count>#",
  618. "animation-name": "[none|<keyframes-name>]#",
  619. "animation-play-state": "<single-animation-play-state>#",
  620. "animation-range": "[<'animation-range-start'> <'animation-range-end'>?]#",
  621. "animation-range-end": "[normal|<length-percentage>|<timeline-range-name> <length-percentage>?]#",
  622. "animation-range-start": "[normal|<length-percentage>|<timeline-range-name> <length-percentage>?]#",
  623. "animation-timing-function": "<easing-function>#",
  624. "animation-timeline": "<single-animation-timeline>#",
  625. "appearance": "none|auto|textfield|menulist-button|<compat-auto>",
  626. "aspect-ratio": "auto||<ratio>",
  627. "azimuth": "<angle>|[[left-side|far-left|left|center-left|center|center-right|right|far-right|right-side]||behind]|leftwards|rightwards",
  628. "backdrop-filter": "none|<filter-function-list>",
  629. "backface-visibility": "visible|hidden",
  630. "background": "[<bg-layer> ,]* <final-bg-layer>",
  631. "background-attachment": "<attachment>#",
  632. "background-blend-mode": "<blend-mode>#",
  633. "background-clip": "<bg-clip>#",
  634. "background-color": "<color>",
  635. "background-image": "<bg-image>#",
  636. "background-origin": "<box>#",
  637. "background-position": "<bg-position>#",
  638. "background-position-x": "[center|[[left|right|x-start|x-end]? <length-percentage>?]!]#",
  639. "background-position-y": "[center|[[top|bottom|y-start|y-end]? <length-percentage>?]!]#",
  640. "background-repeat": "<repeat-style>#",
  641. "background-size": "<bg-size>#",
  642. "block-size": "<'width'>",
  643. "border": "<line-width>||<line-style>||<color>",
  644. "border-block": "<'border-top-width'>||<'border-top-style'>||<color>",
  645. "border-block-color": "<'border-top-color'>{1,2}",
  646. "border-block-style": "<'border-top-style'>",
  647. "border-block-width": "<'border-top-width'>",
  648. "border-block-end": "<'border-top-width'>||<'border-top-style'>||<color>",
  649. "border-block-end-color": "<'border-top-color'>",
  650. "border-block-end-style": "<'border-top-style'>",
  651. "border-block-end-width": "<'border-top-width'>",
  652. "border-block-start": "<'border-top-width'>||<'border-top-style'>||<color>",
  653. "border-block-start-color": "<'border-top-color'>",
  654. "border-block-start-style": "<'border-top-style'>",
  655. "border-block-start-width": "<'border-top-width'>",
  656. "border-bottom": "<line-width>||<line-style>||<color>",
  657. "border-bottom-color": "<'border-top-color'>",
  658. "border-bottom-left-radius": "<length-percentage>{1,2}",
  659. "border-bottom-right-radius": "<length-percentage>{1,2}",
  660. "border-bottom-style": "<line-style>",
  661. "border-bottom-width": "<line-width>",
  662. "border-collapse": "collapse|separate",
  663. "border-color": "<color>{1,4}",
  664. "border-end-end-radius": "<length-percentage>{1,2}",
  665. "border-end-start-radius": "<length-percentage>{1,2}",
  666. "border-image": "<'border-image-source'>||<'border-image-slice'> [/ <'border-image-width'>|/ <'border-image-width'>? / <'border-image-outset'>]?||<'border-image-repeat'>",
  667. "border-image-outset": "[<length>|<number>]{1,4}",
  668. "border-image-repeat": "[stretch|repeat|round|space]{1,2}",
  669. "border-image-slice": "<number-percentage>{1,4}&&fill?",
  670. "border-image-source": "none|<image>",
  671. "border-image-width": "[<length-percentage>|<number>|auto]{1,4}",
  672. "border-inline": "<'border-top-width'>||<'border-top-style'>||<color>",
  673. "border-inline-end": "<'border-top-width'>||<'border-top-style'>||<color>",
  674. "border-inline-color": "<'border-top-color'>{1,2}",
  675. "border-inline-style": "<'border-top-style'>",
  676. "border-inline-width": "<'border-top-width'>",
  677. "border-inline-end-color": "<'border-top-color'>",
  678. "border-inline-end-style": "<'border-top-style'>",
  679. "border-inline-end-width": "<'border-top-width'>",
  680. "border-inline-start": "<'border-top-width'>||<'border-top-style'>||<color>",
  681. "border-inline-start-color": "<'border-top-color'>",
  682. "border-inline-start-style": "<'border-top-style'>",
  683. "border-inline-start-width": "<'border-top-width'>",
  684. "border-left": "<line-width>||<line-style>||<color>",
  685. "border-left-color": "<color>",
  686. "border-left-style": "<line-style>",
  687. "border-left-width": "<line-width>",
  688. "border-radius": "<length-percentage>{1,4} [/ <length-percentage>{1,4}]?",
  689. "border-right": "<line-width>||<line-style>||<color>",
  690. "border-right-color": "<color>",
  691. "border-right-style": "<line-style>",
  692. "border-right-width": "<line-width>",
  693. "border-spacing": "<length> <length>?",
  694. "border-start-end-radius": "<length-percentage>{1,2}",
  695. "border-start-start-radius": "<length-percentage>{1,2}",
  696. "border-style": "<line-style>{1,4}",
  697. "border-top": "<line-width>||<line-style>||<color>",
  698. "border-top-color": "<color>",
  699. "border-top-left-radius": "<length-percentage>{1,2}",
  700. "border-top-right-radius": "<length-percentage>{1,2}",
  701. "border-top-style": "<line-style>",
  702. "border-top-width": "<line-width>",
  703. "border-width": "<line-width>{1,4}",
  704. "bottom": "<length>|<percentage>|auto",
  705. "box-align": "start|center|end|baseline|stretch",
  706. "box-decoration-break": "slice|clone",
  707. "box-direction": "normal|reverse|inherit",
  708. "box-flex": "<number>",
  709. "box-flex-group": "<integer>",
  710. "box-lines": "single|multiple",
  711. "box-ordinal-group": "<integer>",
  712. "box-orient": "horizontal|vertical|inline-axis|block-axis|inherit",
  713. "box-pack": "start|center|end|justify",
  714. "box-shadow": "none|<shadow>#",
  715. "box-sizing": "content-box|border-box",
  716. "break-after": "auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region",
  717. "break-before": "auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region",
  718. "break-inside": "auto|avoid|avoid-page|avoid-column|avoid-region",
  719. "caption-side": "top|bottom|block-start|block-end|inline-start|inline-end",
  720. "caret": "<'caret-color'>||<'caret-shape'>",
  721. "caret-color": "auto|<color>",
  722. "caret-shape": "auto|bar|block|underscore",
  723. "clear": "none|left|right|both|inline-start|inline-end",
  724. "clip": "<shape>|auto",
  725. "clip-path": "<clip-source>|[<basic-shape>||<geometry-box>]|none",
  726. "clip-rule": "nonzero|evenodd",
  727. "color": "<color>",
  728. "color-interpolation-filters": "auto|sRGB|linearRGB",
  729. "color-scheme": "normal|[light|dark|<custom-ident>]+&&only?",
  730. "column-count": "<integer>|auto",
  731. "column-fill": "auto|balance",
  732. "column-gap": "normal|<length-percentage>",
  733. "column-rule": "<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>",
  734. "column-rule-color": "<color>",
  735. "column-rule-style": "<'border-style'>",
  736. "column-rule-width": "<'border-width'>",
  737. "column-span": "none|all",
  738. "column-width": "<length>|auto",
  739. "columns": "<'column-width'>||<'column-count'>",
  740. "contain": "none|strict|content|[[size||inline-size]||layout||style||paint]",
  741. "contain-intrinsic-size": "[auto? [none|<length>]]{1,2}",
  742. "contain-intrinsic-block-size": "auto? [none|<length>]",
  743. "contain-intrinsic-height": "auto? [none|<length>]",
  744. "contain-intrinsic-inline-size": "auto? [none|<length>]",
  745. "contain-intrinsic-width": "auto? [none|<length>]",
  746. "container": "<'container-name'> [/ <'container-type'>]?",
  747. "container-name": "none|<custom-ident>+",
  748. "container-type": "normal||[size|inline-size]",
  749. "content": "normal|none|[<content-replacement>|<content-list>] [/ [<string>|<counter>]+]?",
  750. "content-visibility": "visible|auto|hidden",
  751. "counter-increment": "[<counter-name> <integer>?]+|none",
  752. "counter-reset": "[<counter-name> <integer>?|<reversed-counter-name> <integer>?]+|none",
  753. "counter-set": "[<counter-name> <integer>?]+|none",
  754. "cursor": "[[<url> [<x> <y>]? ,]* [auto|default|none|context-menu|help|pointer|progress|wait|cell|crosshair|text|vertical-text|alias|copy|move|no-drop|not-allowed|e-resize|n-resize|ne-resize|nw-resize|s-resize|se-resize|sw-resize|w-resize|ew-resize|ns-resize|nesw-resize|nwse-resize|col-resize|row-resize|all-scroll|zoom-in|zoom-out|grab|grabbing|hand|-webkit-grab|-webkit-grabbing|-webkit-zoom-in|-webkit-zoom-out|-moz-grab|-moz-grabbing|-moz-zoom-in|-moz-zoom-out]]",
  755. "d": "none|path( <string> )",
  756. "cx": "<length>|<percentage>",
  757. "cy": "<length>|<percentage>",
  758. "direction": "ltr|rtl",
  759. "display": "[<display-outside>||<display-inside>]|<display-listitem>|<display-internal>|<display-box>|<display-legacy>|<-non-standard-display>",
  760. "dominant-baseline": "auto|use-script|no-change|reset-size|ideographic|alphabetic|hanging|mathematical|central|middle|text-after-edge|text-before-edge",
  761. "empty-cells": "show|hide",
  762. "field-sizing": "content|fixed",
  763. "fill": "<paint>",
  764. "fill-opacity": "<number-zero-one>",
  765. "fill-rule": "nonzero|evenodd",
  766. "filter": "none|<filter-function-list>|<-ms-filter-function-list>",
  767. "flex": "none|[<'flex-grow'> <'flex-shrink'>?||<'flex-basis'>]",
  768. "flex-basis": "content|<'width'>",
  769. "flex-direction": "row|row-reverse|column|column-reverse",
  770. "flex-flow": "<'flex-direction'>||<'flex-wrap'>",
  771. "flex-grow": "<number>",
  772. "flex-shrink": "<number>",
  773. "flex-wrap": "nowrap|wrap|wrap-reverse",
  774. "float": "left|right|none|inline-start|inline-end",
  775. "font": "[[<'font-style'>||<font-variant-css2>||<'font-weight'>||<font-width-css3>]? <'font-size'> [/ <'line-height'>]? <'font-family'>#]|<system-family-name>|<-non-standard-font>",
  776. "font-family": "[<family-name>|<generic-family>]#",
  777. "font-feature-settings": "normal|<feature-tag-value>#",
  778. "font-kerning": "auto|normal|none",
  779. "font-language-override": "normal|<string>",
  780. "font-optical-sizing": "auto|none",
  781. "font-palette": "normal|light|dark|<palette-identifier>",
  782. "font-variation-settings": "normal|[<string> <number>]#",
  783. "font-size": "<absolute-size>|<relative-size>|<length-percentage>",
  784. "font-size-adjust": "none|[ex-height|cap-height|ch-width|ic-width|ic-height]? [from-font|<number>]",
  785. "font-smooth": "auto|never|always|<absolute-size>|<length>",
  786. "font-stretch": "<font-stretch-absolute>",
  787. "font-style": "normal|italic|oblique <angle>?",
  788. "font-synthesis": "none|[weight||style||small-caps||position]",
  789. "font-synthesis-position": "auto|none",
  790. "font-synthesis-small-caps": "auto|none",
  791. "font-synthesis-style": "auto|none",
  792. "font-synthesis-weight": "auto|none",
  793. "font-variant": "normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]",
  794. "font-variant-alternates": "normal|[stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )]",
  795. "font-variant-caps": "normal|small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps",
  796. "font-variant-east-asian": "normal|[<east-asian-variant-values>||<east-asian-width-values>||ruby]",
  797. "font-variant-emoji": "normal|text|emoji|unicode",
  798. "font-variant-ligatures": "normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>]",
  799. "font-variant-numeric": "normal|[<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero]",
  800. "font-variant-position": "normal|sub|super",
  801. "font-weight": "<font-weight-absolute>|bolder|lighter",
  802. "forced-color-adjust": "auto|none|preserve-parent-color",
  803. "gap": "<'row-gap'> <'column-gap'>?",
  804. "grid": "<'grid-template'>|<'grid-template-rows'> / [auto-flow&&dense?] <'grid-auto-columns'>?|[auto-flow&&dense?] <'grid-auto-rows'>? / <'grid-template-columns'>",
  805. "grid-area": "<grid-line> [/ <grid-line>]{0,3}",
  806. "grid-auto-columns": "<track-size>+",
  807. "grid-auto-flow": "[row|column]||dense",
  808. "grid-auto-rows": "<track-size>+",
  809. "grid-column": "<grid-line> [/ <grid-line>]?",
  810. "grid-column-end": "<grid-line>",
  811. "grid-column-gap": "<length-percentage>",
  812. "grid-column-start": "<grid-line>",
  813. "grid-gap": "<'grid-row-gap'> <'grid-column-gap'>?",
  814. "grid-row": "<grid-line> [/ <grid-line>]?",
  815. "grid-row-end": "<grid-line>",
  816. "grid-row-gap": "<length-percentage>",
  817. "grid-row-start": "<grid-line>",
  818. "grid-template": "none|[<'grid-template-rows'> / <'grid-template-columns'>]|[<line-names>? <string> <track-size>? <line-names>?]+ [/ <explicit-track-list>]?",
  819. "grid-template-areas": "none|<string>+",
  820. "grid-template-columns": "none|<track-list>|<auto-track-list>|subgrid <line-name-list>?",
  821. "grid-template-rows": "none|<track-list>|<auto-track-list>|subgrid <line-name-list>?",
  822. "hanging-punctuation": "none|[first||[force-end|allow-end]||last]",
  823. "height": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>",
  824. "hyphenate-character": "auto|<string>",
  825. "hyphenate-limit-chars": "[auto|<integer>]{1,3}",
  826. "hyphens": "none|manual|auto",
  827. "image-orientation": "from-image|<angle>|[<angle>? flip]",
  828. "image-rendering": "auto|crisp-edges|pixelated|optimizeSpeed|optimizeQuality|<-non-standard-image-rendering>",
  829. "image-resolution": "[from-image||<resolution>]&&snap?",
  830. "ime-mode": "auto|normal|active|inactive|disabled",
  831. "initial-letter": "normal|[<number> <integer>?]",
  832. "initial-letter-align": "[auto|alphabetic|hanging|ideographic]",
  833. "inline-size": "<'width'>",
  834. "input-security": "auto|none",
  835. "inset": "<'top'>{1,4}",
  836. "inset-block": "<'top'>{1,2}",
  837. "inset-block-end": "<'top'>",
  838. "inset-block-start": "<'top'>",
  839. "inset-inline": "<'top'>{1,2}",
  840. "inset-inline-end": "<'top'>",
  841. "inset-inline-start": "<'top'>",
  842. "interpolate-size": "numeric-only|allow-keywords",
  843. "isolation": "auto|isolate",
  844. "justify-content": "normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]",
  845. "justify-items": "normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]|legacy|legacy&&[left|right|center]",
  846. "justify-self": "auto|normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]",
  847. "justify-tracks": "[normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]]#",
  848. "left": "<length>|<percentage>|auto",
  849. "letter-spacing": "normal|<length-percentage>",
  850. "line-break": "auto|loose|normal|strict|anywhere",
  851. "line-clamp": "none|<integer>",
  852. "line-height": "normal|<number>|<length>|<percentage>",
  853. "line-height-step": "<length>",
  854. "list-style": "<'list-style-type'>||<'list-style-position'>||<'list-style-image'>",
  855. "list-style-image": "<image>|none",
  856. "list-style-position": "inside|outside",
  857. "list-style-type": "<counter-style>|<string>|none",
  858. "margin": "[<length>|<percentage>|auto]{1,4}",
  859. "margin-block": "<'margin-left'>{1,2}",
  860. "margin-block-end": "<'margin-left'>",
  861. "margin-block-start": "<'margin-left'>",
  862. "margin-bottom": "<length>|<percentage>|auto",
  863. "margin-inline": "<'margin-left'>{1,2}",
  864. "margin-inline-end": "<'margin-left'>",
  865. "margin-inline-start": "<'margin-left'>",
  866. "margin-left": "<length>|<percentage>|auto",
  867. "margin-right": "<length>|<percentage>|auto",
  868. "margin-top": "<length>|<percentage>|auto",
  869. "margin-trim": "none|in-flow|all",
  870. "marker": "none|<url>",
  871. "marker-end": "none|<url>",
  872. "marker-mid": "none|<url>",
  873. "marker-start": "none|<url>",
  874. "mask": "<mask-layer>#",
  875. "mask-border": "<'mask-border-source'>||<'mask-border-slice'> [/ <'mask-border-width'>? [/ <'mask-border-outset'>]?]?||<'mask-border-repeat'>||<'mask-border-mode'>",
  876. "mask-border-mode": "luminance|alpha",
  877. "mask-border-outset": "[<length>|<number>]{1,4}",
  878. "mask-border-repeat": "[stretch|repeat|round|space]{1,2}",
  879. "mask-border-slice": "<number-percentage>{1,4} fill?",
  880. "mask-border-source": "none|<image>",
  881. "mask-border-width": "[<length-percentage>|<number>|auto]{1,4}",
  882. "mask-clip": "[<geometry-box>|no-clip]#",
  883. "mask-composite": "<compositing-operator>#",
  884. "mask-image": "<mask-reference>#",
  885. "mask-mode": "<masking-mode>#",
  886. "mask-origin": "<geometry-box>#",
  887. "mask-position": "<position>#",
  888. "mask-repeat": "<repeat-style>#",
  889. "mask-size": "<bg-size>#",
  890. "mask-type": "luminance|alpha",
  891. "masonry-auto-flow": "[pack|next]||[definite-first|ordered]",
  892. "math-depth": "auto-add|add( <integer> )|<integer>",
  893. "math-shift": "normal|compact",
  894. "math-style": "normal|compact",
  895. "max-block-size": "<'max-width'>",
  896. "max-height": "none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>",
  897. "max-inline-size": "<'max-width'>",
  898. "max-lines": "none|<integer>",
  899. "max-width": "none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>",
  900. "min-block-size": "<'min-width'>",
  901. "min-height": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>",
  902. "min-inline-size": "<'min-width'>",
  903. "min-width": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>",
  904. "mix-blend-mode": "<blend-mode>|plus-lighter",
  905. "object-fit": "fill|contain|cover|none|scale-down",
  906. "object-position": "<position>",
  907. "offset": "[<'offset-position'>? [<'offset-path'> [<'offset-distance'>||<'offset-rotate'>]?]?]! [/ <'offset-anchor'>]?",
  908. "offset-anchor": "auto|<position>",
  909. "offset-distance": "<length-percentage>",
  910. "offset-path": "none|<offset-path>||<coord-box>",
  911. "offset-position": "normal|auto|<position>",
  912. "offset-rotate": "[auto|reverse]||<angle>",
  913. "opacity": "<alpha-value>",
  914. "order": "<integer>",
  915. "orphans": "<integer>",
  916. "outline": "[<'outline-width'>||<'outline-style'>||<'outline-color'>]",
  917. "outline-color": "auto|<color>",
  918. "outline-offset": "<length>",
  919. "outline-style": "auto|<'border-style'>",
  920. "outline-width": "<line-width>",
  921. "overflow": "[visible|hidden|clip|scroll|auto]{1,2}|<-non-standard-overflow>",
  922. "overflow-anchor": "auto|none",
  923. "overflow-block": "visible|hidden|clip|scroll|auto",
  924. "overflow-clip-box": "padding-box|content-box",
  925. "overflow-clip-margin": "<visual-box>||<length [0,∞]>",
  926. "overflow-inline": "visible|hidden|clip|scroll|auto",
  927. "overflow-wrap": "normal|break-word|anywhere",
  928. "overflow-x": "visible|hidden|clip|scroll|auto",
  929. "overflow-y": "visible|hidden|clip|scroll|auto",
  930. "overlay": "none|auto",
  931. "overscroll-behavior": "[contain|none|auto]{1,2}",
  932. "overscroll-behavior-block": "contain|none|auto",
  933. "overscroll-behavior-inline": "contain|none|auto",
  934. "overscroll-behavior-x": "contain|none|auto",
  935. "overscroll-behavior-y": "contain|none|auto",
  936. "padding": "[<length>|<percentage>]{1,4}",
  937. "padding-block": "<'padding-left'>{1,2}",
  938. "padding-block-end": "<'padding-left'>",
  939. "padding-block-start": "<'padding-left'>",
  940. "padding-bottom": "<length>|<percentage>",
  941. "padding-inline": "<'padding-left'>{1,2}",
  942. "padding-inline-end": "<'padding-left'>",
  943. "padding-inline-start": "<'padding-left'>",
  944. "padding-left": "<length>|<percentage>",
  945. "padding-right": "<length>|<percentage>",
  946. "padding-top": "<length>|<percentage>",
  947. "page": "auto|<custom-ident>",
  948. "page-break-after": "auto|always|avoid|left|right|recto|verso",
  949. "page-break-before": "auto|always|avoid|left|right|recto|verso",
  950. "page-break-inside": "auto|avoid",
  951. "paint-order": "normal|[fill||stroke||markers]",
  952. "perspective": "none|<length>",
  953. "perspective-origin": "<position>",
  954. "place-content": "<'align-content'> <'justify-content'>?",
  955. "place-items": "<'align-items'> <'justify-items'>?",
  956. "place-self": "<'align-self'> <'justify-self'>?",
  957. "pointer-events": "auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit",
  958. "position": "static|relative|absolute|sticky|fixed|-webkit-sticky",
  959. "position-anchor": "auto|<anchor-name>",
  960. "position-area": "none|<position-area>",
  961. "position-try": "<'position-try-order'>? <'position-try-fallbacks'>",
  962. "position-try-fallbacks": "none|[[<dashed-ident>||<try-tactic>]|<'position-area'>]#",
  963. "position-try-order": "normal|<try-size>",
  964. "position-visibility": "always|[anchors-valid||anchors-visible||no-overflow]",
  965. "print-color-adjust": "economy|exact",
  966. "quotes": "none|auto|[<string> <string>]+",
  967. "r": "<length>|<percentage>",
  968. "resize": "none|both|horizontal|vertical|block|inline",
  969. "right": "<length>|<percentage>|auto",
  970. "rotate": "none|<angle>|[x|y|z|<number>{3}]&&<angle>",
  971. "row-gap": "normal|<length-percentage>",
  972. "ruby-align": "start|center|space-between|space-around",
  973. "ruby-merge": "separate|collapse|auto",
  974. "ruby-position": "[alternate||[over|under]]|inter-character",
  975. "rx": "<length>|<percentage>",
  976. "ry": "<length>|<percentage>",
  977. "scale": "none|[<number>|<percentage>]{1,3}",
  978. "scrollbar-color": "auto|<color>{2}",
  979. "scrollbar-gutter": "auto|stable&&both-edges?",
  980. "scrollbar-width": "auto|thin|none",
  981. "scroll-behavior": "auto|smooth",
  982. "scroll-margin": "<length>{1,4}",
  983. "scroll-margin-block": "<length>{1,2}",
  984. "scroll-margin-block-start": "<length>",
  985. "scroll-margin-block-end": "<length>",
  986. "scroll-margin-bottom": "<length>",
  987. "scroll-margin-inline": "<length>{1,2}",
  988. "scroll-margin-inline-start": "<length>",
  989. "scroll-margin-inline-end": "<length>",
  990. "scroll-margin-left": "<length>",
  991. "scroll-margin-right": "<length>",
  992. "scroll-margin-top": "<length>",
  993. "scroll-padding": "[auto|<length-percentage>]{1,4}",
  994. "scroll-padding-block": "[auto|<length-percentage>]{1,2}",
  995. "scroll-padding-block-start": "auto|<length-percentage>",
  996. "scroll-padding-block-end": "auto|<length-percentage>",
  997. "scroll-padding-bottom": "auto|<length-percentage>",
  998. "scroll-padding-inline": "[auto|<length-percentage>]{1,2}",
  999. "scroll-padding-inline-start": "auto|<length-percentage>",
  1000. "scroll-padding-inline-end": "auto|<length-percentage>",
  1001. "scroll-padding-left": "auto|<length-percentage>",
  1002. "scroll-padding-right": "auto|<length-percentage>",
  1003. "scroll-padding-top": "auto|<length-percentage>",
  1004. "scroll-snap-align": "[none|start|end|center]{1,2}",
  1005. "scroll-snap-coordinate": "none|<position>#",
  1006. "scroll-snap-destination": "<position>",
  1007. "scroll-snap-points-x": "none|repeat( <length-percentage> )",
  1008. "scroll-snap-points-y": "none|repeat( <length-percentage> )",
  1009. "scroll-snap-stop": "normal|always",
  1010. "scroll-snap-type": "none|[x|y|block|inline|both] [mandatory|proximity]?",
  1011. "scroll-snap-type-x": "none|mandatory|proximity",
  1012. "scroll-snap-type-y": "none|mandatory|proximity",
  1013. "scroll-timeline": "[<'scroll-timeline-name'>||<'scroll-timeline-axis'>]#",
  1014. "scroll-timeline-axis": "[block|inline|x|y]#",
  1015. "scroll-timeline-name": "[none|<dashed-ident>]#",
  1016. "shape-image-threshold": "<alpha-value>",
  1017. "shape-margin": "<length-percentage>",
  1018. "shape-outside": "none|[<shape-box>||<basic-shape>]|<image>",
  1019. "shape-rendering": "auto|optimizeSpeed|crispEdges|geometricPrecision",
  1020. "stroke": "<paint>",
  1021. "stroke-dasharray": "none|[<svg-length>+]#",
  1022. "stroke-dashoffset": "<svg-length>",
  1023. "stroke-linecap": "butt|round|square",
  1024. "stroke-linejoin": "miter|round|bevel",
  1025. "stroke-miterlimit": "<number-one-or-greater>",
  1026. "stroke-opacity": "<'opacity'>",
  1027. "stroke-width": "<svg-length>",
  1028. "tab-size": "<integer>|<length>",
  1029. "table-layout": "auto|fixed",
  1030. "text-align": "start|end|left|right|center|justify|match-parent",
  1031. "text-align-last": "auto|start|end|left|right|center|justify",
  1032. "text-anchor": "start|middle|end",
  1033. "text-combine-upright": "none|all|[digits <integer>?]",
  1034. "text-decoration": "<'text-decoration-line'>||<'text-decoration-style'>||<'text-decoration-color'>||<'text-decoration-thickness'>",
  1035. "text-decoration-color": "<color>",
  1036. "text-decoration-line": "none|[underline||overline||line-through||blink]|spelling-error|grammar-error",
  1037. "text-decoration-skip": "none|[objects||[spaces|[leading-spaces||trailing-spaces]]||edges||box-decoration]",
  1038. "text-decoration-skip-ink": "auto|all|none",
  1039. "text-decoration-style": "solid|double|dotted|dashed|wavy",
  1040. "text-decoration-thickness": "auto|from-font|<length>|<percentage>",
  1041. "text-emphasis": "<'text-emphasis-style'>||<'text-emphasis-color'>",
  1042. "text-emphasis-color": "<color>",
  1043. "text-emphasis-position": "auto|[over|under]&&[right|left]?",
  1044. "text-emphasis-style": "none|[[filled|open]||[dot|circle|double-circle|triangle|sesame]]|<string>",
  1045. "text-indent": "<length-percentage>&&hanging?&&each-line?",
  1046. "text-justify": "auto|inter-character|inter-word|none",
  1047. "text-orientation": "mixed|upright|sideways",
  1048. "text-overflow": "[clip|ellipsis|<string>]{1,2}",
  1049. "text-rendering": "auto|optimizeSpeed|optimizeLegibility|geometricPrecision",
  1050. "text-shadow": "none|<shadow-t>#",
  1051. "text-size-adjust": "none|auto|<percentage>",
  1052. "text-spacing-trim": "space-all|normal|space-first|trim-start|trim-both|trim-all|auto",
  1053. "text-transform": "none|capitalize|uppercase|lowercase|full-width|full-size-kana",
  1054. "text-underline-offset": "auto|<length>|<percentage>",
  1055. "text-underline-position": "auto|from-font|[under||[left|right]]",
  1056. "text-wrap": "<'text-wrap-mode'>||<'text-wrap-style'>",
  1057. "text-wrap-mode": "auto|wrap|nowrap",
  1058. "text-wrap-style": "auto|balance|stable|pretty",
  1059. "timeline-scope": "none|<dashed-ident>#",
  1060. "top": "<length>|<percentage>|auto",
  1061. "touch-action": "auto|none|[[pan-x|pan-left|pan-right]||[pan-y|pan-up|pan-down]||pinch-zoom]|manipulation",
  1062. "transform": "none|<transform-list>",
  1063. "transform-box": "content-box|border-box|fill-box|stroke-box|view-box",
  1064. "transform-origin": "[<length-percentage>|left|center|right|top|bottom]|[[<length-percentage>|left|center|right]&&[<length-percentage>|top|center|bottom]] <length>?",
  1065. "transform-style": "flat|preserve-3d",
  1066. "transition": "<single-transition>#",
  1067. "transition-behavior": "<transition-behavior-value>#",
  1068. "transition-delay": "<time>#",
  1069. "transition-duration": "<time>#",
  1070. "transition-property": "none|<single-transition-property>#",
  1071. "transition-timing-function": "<easing-function>#",
  1072. "translate": "none|<length-percentage> [<length-percentage> <length>?]?",
  1073. "unicode-bidi": "normal|embed|isolate|bidi-override|isolate-override|plaintext|-moz-isolate|-moz-isolate-override|-moz-plaintext|-webkit-isolate|-webkit-isolate-override|-webkit-plaintext",
  1074. "user-select": "auto|text|none|contain|all",
  1075. "vector-effect": "none|non-scaling-stroke|non-scaling-size|non-rotation|fixed-position",
  1076. "vertical-align": "baseline|sub|super|text-top|text-bottom|middle|top|bottom|<percentage>|<length>",
  1077. "view-timeline": "[<'view-timeline-name'> <'view-timeline-axis'>?]#",
  1078. "view-timeline-axis": "[block|inline|x|y]#",
  1079. "view-timeline-inset": "[[auto|<length-percentage>]{1,2}]#",
  1080. "view-timeline-name": "none|<dashed-ident>#",
  1081. "view-transition-name": "none|<custom-ident>",
  1082. "visibility": "visible|hidden|collapse",
  1083. "white-space": "normal|pre|nowrap|pre-wrap|pre-line|break-spaces|[<'white-space-collapse'>||<'text-wrap'>||<'white-space-trim'>]",
  1084. "white-space-collapse": "collapse|discard|preserve|preserve-breaks|preserve-spaces|break-spaces",
  1085. "widows": "<integer>",
  1086. "width": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>",
  1087. "will-change": "auto|<animateable-feature>#",
  1088. "word-break": "normal|break-all|keep-all|break-word|auto-phrase",
  1089. "word-spacing": "normal|<length>",
  1090. "word-wrap": "normal|break-word",
  1091. "writing-mode": "horizontal-tb|vertical-rl|vertical-lr|sideways-rl|sideways-lr|<svg-writing-mode>",
  1092. "x": "<length>|<percentage>",
  1093. "y": "<length>|<percentage>",
  1094. "z-index": "auto|<integer>",
  1095. "zoom": "normal|reset|<number>|<percentage>",
  1096. "-moz-background-clip": "padding|border",
  1097. "-moz-border-radius-bottomleft": "<'border-bottom-left-radius'>",
  1098. "-moz-border-radius-bottomright": "<'border-bottom-right-radius'>",
  1099. "-moz-border-radius-topleft": "<'border-top-left-radius'>",
  1100. "-moz-border-radius-topright": "<'border-bottom-right-radius'>",
  1101. "-moz-control-character-visibility": "visible|hidden",
  1102. "-moz-osx-font-smoothing": "auto|grayscale",
  1103. "-moz-user-select": "none|text|all|-moz-none",
  1104. "-ms-flex-align": "start|end|center|baseline|stretch",
  1105. "-ms-flex-item-align": "auto|start|end|center|baseline|stretch",
  1106. "-ms-flex-line-pack": "start|end|center|justify|distribute|stretch",
  1107. "-ms-flex-negative": "<'flex-shrink'>",
  1108. "-ms-flex-pack": "start|end|center|justify|distribute",
  1109. "-ms-flex-order": "<integer>",
  1110. "-ms-flex-positive": "<'flex-grow'>",
  1111. "-ms-flex-preferred-size": "<'flex-basis'>",
  1112. "-ms-interpolation-mode": "nearest-neighbor|bicubic",
  1113. "-ms-grid-column-align": "start|end|center|stretch",
  1114. "-ms-grid-row-align": "start|end|center|stretch",
  1115. "-ms-hyphenate-limit-last": "none|always|column|page|spread",
  1116. "-webkit-background-clip": "[<box>|border|padding|content|text]#",
  1117. "-webkit-column-break-after": "always|auto|avoid",
  1118. "-webkit-column-break-before": "always|auto|avoid",
  1119. "-webkit-column-break-inside": "always|auto|avoid",
  1120. "-webkit-font-smoothing": "auto|none|antialiased|subpixel-antialiased",
  1121. "-webkit-mask-box-image": "[<url>|<gradient>|none] [<length-percentage>{4} <-webkit-mask-box-repeat>{2}]?",
  1122. "-webkit-print-color-adjust": "economy|exact",
  1123. "-webkit-text-security": "none|circle|disc|square",
  1124. "-webkit-user-drag": "none|element|auto",
  1125. "-webkit-user-select": "auto|none|text|all",
  1126. "alignment-baseline": "auto|baseline|before-edge|text-before-edge|middle|central|after-edge|text-after-edge|ideographic|alphabetic|hanging|mathematical",
  1127. "baseline-shift": "baseline|sub|super|<svg-length>",
  1128. "behavior": "<url>+",
  1129. "cue": "<'cue-before'> <'cue-after'>?",
  1130. "cue-after": "<url> <decibel>?|none",
  1131. "cue-before": "<url> <decibel>?|none",
  1132. "glyph-orientation-horizontal": "<angle>",
  1133. "glyph-orientation-vertical": "<angle>",
  1134. "kerning": "auto|<svg-length>",
  1135. "pause": "<'pause-before'> <'pause-after'>?",
  1136. "pause-after": "<time>|none|x-weak|weak|medium|strong|x-strong",
  1137. "pause-before": "<time>|none|x-weak|weak|medium|strong|x-strong",
  1138. "rest": "<'rest-before'> <'rest-after'>?",
  1139. "rest-after": "<time>|none|x-weak|weak|medium|strong|x-strong",
  1140. "rest-before": "<time>|none|x-weak|weak|medium|strong|x-strong",
  1141. "src": "[<url> [format( <string># )]?|local( <family-name> )]#",
  1142. "speak": "auto|never|always",
  1143. "speak-as": "normal|spell-out||digits||[literal-punctuation|no-punctuation]",
  1144. "unicode-range": "<urange>#",
  1145. "voice-balance": "<number>|left|center|right|leftwards|rightwards",
  1146. "voice-duration": "auto|<time>",
  1147. "voice-family": "[[<family-name>|<generic-voice>] ,]* [<family-name>|<generic-voice>]|preserve",
  1148. "voice-pitch": "<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]",
  1149. "voice-range": "<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]",
  1150. "voice-rate": "[normal|x-slow|slow|medium|fast|x-fast]||<percentage>",
  1151. "voice-stress": "normal|strong|moderate|none|reduced",
  1152. "voice-volume": "silent|[[x-soft|soft|medium|loud|x-loud]||<decibel>]",
  1153. "white-space-trim": "none|discard-before||discard-after||discard-inner"
  1154. },
  1155. "atrules": {
  1156. "charset": {
  1157. "prelude": "<string>",
  1158. "descriptors": null
  1159. },
  1160. "counter-style": {
  1161. "prelude": "<counter-style-name>",
  1162. "descriptors": {
  1163. "additive-symbols": "[<integer>&&<symbol>]#",
  1164. "fallback": "<counter-style-name>",
  1165. "negative": "<symbol> <symbol>?",
  1166. "pad": "<integer>&&<symbol>",
  1167. "prefix": "<symbol>",
  1168. "range": "[[<integer>|infinite]{2}]#|auto",
  1169. "speak-as": "auto|bullets|numbers|words|spell-out|<counter-style-name>",
  1170. "suffix": "<symbol>",
  1171. "symbols": "<symbol>+",
  1172. "system": "cyclic|numeric|alphabetic|symbolic|additive|[fixed <integer>?]|[extends <counter-style-name>]"
  1173. }
  1174. },
  1175. "document": {
  1176. "prelude": "[<url>|url-prefix( <string> )|domain( <string> )|media-document( <string> )|regexp( <string> )]#",
  1177. "descriptors": null
  1178. },
  1179. "font-palette-values": {
  1180. "prelude": "<dashed-ident>",
  1181. "descriptors": {
  1182. "base-palette": "light|dark|<integer [0,∞]>",
  1183. "font-family": "<family-name>#",
  1184. "override-colors": "[<integer [0,∞]> <absolute-color-base>]#"
  1185. }
  1186. },
  1187. "font-face": {
  1188. "prelude": null,
  1189. "descriptors": {
  1190. "ascent-override": "normal|<percentage>",
  1191. "descent-override": "normal|<percentage>",
  1192. "font-display": "[auto|block|swap|fallback|optional]",
  1193. "font-family": "<family-name>",
  1194. "font-feature-settings": "normal|<feature-tag-value>#",
  1195. "font-variation-settings": "normal|[<string> <number>]#",
  1196. "font-stretch": "<font-stretch-absolute>{1,2}",
  1197. "font-style": "normal|italic|oblique <angle>{0,2}",
  1198. "font-weight": "<font-weight-absolute>{1,2}",
  1199. "line-gap-override": "normal|<percentage>",
  1200. "size-adjust": "<percentage>",
  1201. "src": "[<url> [format( <string># )]?|local( <family-name> )]#",
  1202. "unicode-range": "<urange>#"
  1203. }
  1204. },
  1205. "font-feature-values": {
  1206. "prelude": "<family-name>#",
  1207. "descriptors": null
  1208. },
  1209. "import": {
  1210. "prelude": "[<string>|<url>] [layer|layer( <layer-name> )]? [supports( [<supports-condition>|<declaration>] )]? <media-query-list>?",
  1211. "descriptors": null
  1212. },
  1213. "keyframes": {
  1214. "prelude": "<keyframes-name>",
  1215. "descriptors": null
  1216. },
  1217. "layer": {
  1218. "prelude": "[<layer-name>#|<layer-name>?]",
  1219. "descriptors": null
  1220. },
  1221. "media": {
  1222. "prelude": "<media-query-list>",
  1223. "descriptors": null
  1224. },
  1225. "namespace": {
  1226. "prelude": "<namespace-prefix>? [<string>|<url>]",
  1227. "descriptors": null
  1228. },
  1229. "page": {
  1230. "prelude": "<page-selector-list>",
  1231. "descriptors": {
  1232. "bleed": "auto|<length>",
  1233. "marks": "none|[crop||cross]",
  1234. "page-orientation": "upright|rotate-left|rotate-right",
  1235. "size": "<length>{1,2}|auto|[<page-size>||[portrait|landscape]]"
  1236. }
  1237. },
  1238. "position-try": {
  1239. "prelude": "<dashed-ident>",
  1240. "descriptors": {
  1241. "top": "<'top'>",
  1242. "left": "<'left'>",
  1243. "bottom": "<'bottom'>",
  1244. "right": "<'right'>",
  1245. "inset-block-start": "<'inset-block-start'>",
  1246. "inset-block-end": "<'inset-block-end'>",
  1247. "inset-inline-start": "<'inset-inline-start'>",
  1248. "inset-inline-end": "<'inset-inline-end'>",
  1249. "inset-block": "<'inset-block'>",
  1250. "inset-inline": "<'inset-inline'>",
  1251. "inset": "<'inset'>",
  1252. "margin-top": "<'margin-top'>",
  1253. "margin-left": "<'margin-left'>",
  1254. "margin-bottom": "<'margin-bottom'>",
  1255. "margin-right": "<'margin-right'>",
  1256. "margin-block-start": "<'margin-block-start'>",
  1257. "margin-block-end": "<'margin-block-end'>",
  1258. "margin-inline-start": "<'margin-inline-start'>",
  1259. "margin-inline-end": "<'margin-inline-end'>",
  1260. "margin": "<'margin'>",
  1261. "margin-block": "<'margin-block'>",
  1262. "margin-inline": "<'margin-inline'>",
  1263. "width": "<'width'>",
  1264. "height": "<'height'>",
  1265. "min-width": "<'min-width'>",
  1266. "min-height": "<'min-height'>",
  1267. "max-width": "<'max-width'>",
  1268. "max-height": "<'max-height'>",
  1269. "block-size": "<'block-size'>",
  1270. "inline-size": "<'inline-size'>",
  1271. "min-block-size": "<'min-block-size'>",
  1272. "min-inline-size": "<'min-inline-size'>",
  1273. "max-block-size": "<'max-block-size'>",
  1274. "max-inline-size": "<'max-inline-size'>",
  1275. "align-self": "<'align-self'>|anchor-center",
  1276. "justify-self": "<'justify-self'>|anchor-center"
  1277. }
  1278. },
  1279. "property": {
  1280. "prelude": "<custom-property-name>",
  1281. "descriptors": {
  1282. "syntax": "<string>",
  1283. "inherits": "true|false",
  1284. "initial-value": "<declaration-value>?"
  1285. }
  1286. },
  1287. "scope": {
  1288. "prelude": "[( <scope-start> )]? [to ( <scope-end> )]?",
  1289. "descriptors": null
  1290. },
  1291. "starting-style": {
  1292. "prelude": null,
  1293. "descriptors": null
  1294. },
  1295. "supports": {
  1296. "prelude": "<supports-condition>",
  1297. "descriptors": null
  1298. },
  1299. "container": {
  1300. "prelude": "[<container-name>]? <container-condition>",
  1301. "descriptors": null
  1302. },
  1303. "nest": {
  1304. "prelude": "<complex-selector-list>",
  1305. "descriptors": null
  1306. }
  1307. }
  1308. };