@@ -73,7 +73,7 @@ module.exports = {
7373 '<color-stop>' : '<color-stop-length> | <color-stop-angle>' ,
7474 '<color-stripe>' : '<color> && [<length-percentage> | <flex>]?' ,
7575 '<color>' : '<color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>' ,
76- '<colorspace-params>' : '<custom-params> | <predefined-rgb-params> | <xyz-params>' ,
76+ '<colorspace-params>' : '<custom-params> | <predefined-rgb-params> | <predefined-polar-params> | <predefined-rectangular-params> | < xyz-params>' ,
7777 '<combinator>' : "'>' | '+' | '~' | '|' '|'" ,
7878 '<command-end-point>' : 'to <position> | by <coordinate-pair>' ,
7979 '<common-lig-values>' : 'common-ligatures | no-common-ligatures' ,
@@ -152,6 +152,7 @@ module.exports = {
152152 '<display-listitem>' : '<display-outside>? && [flow | flow-root]? && list-item' ,
153153 '<display-outside>' : 'block | inline | run-in' ,
154154 '<drop-shadow()>' : 'drop-shadow(<color>? && <length>{2,3})' ,
155+ '<dynamic-range-limit-mix()>' : "dynamic-range-limit-mix([<'dynamic-range-limit'> && <percentage [0,100]>]#{2,∞})" ,
155156 '<easing-function>' : '<linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>' ,
156157 '<east-asian-variant-values>' : 'jis78 | jis83 | jis90 | jis04 | simplified | traditional' ,
157158 '<east-asian-width-values>' : 'full-width | proportional-width' ,
@@ -196,6 +197,7 @@ module.exports = {
196197 '<gradient>' : '<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()>' ,
197198 '<grayscale()>' : 'grayscale([<number> | <percentage>]?)' ,
198199 '<grid-line>' : 'auto | <custom-ident> | [<integer [-∞,-1]> | <integer [1,∞]>] && <custom-ident>? | span && [<integer [1,∞]> || <custom-ident>]' ,
200+ '<hdr-color()>' : 'color-hdr([<color> && <number [0,∞]>?]#{2})' ,
199201 '<hex-color>' : '<hash-token>' ,
200202 '<historical-lig-values>' : 'historical-ligatures | no-historical-ligatures' ,
201203 '<horizontal-line-command>' : 'hline [to [<length-percentage> | left | center | right | x-start | x-end] | by <length-percentage>]' ,
@@ -337,8 +339,11 @@ module.exports = {
337339 '<position-two>' : '[left | center | right | x-start | x-end] && [top | center | bottom | y-start | y-end] | [left | center | right | x-start | x-end | <length-percentage>] [top | center | bottom | y-start | y-end | <length-percentage>] | [block-start | center | block-end] && [inline-start | center | inline-end] | [start | center | end]{2}' ,
338340 '<position>' : '<position-one> | <position-two> | <position-four>' ,
339341 '<pow()>' : 'pow(<calc-sum> , <calc-sum>)' ,
342+ '<predefined-polar-params>' : 'jzczhz [<number> | <percentage> | none]{2} [<hue> | none]' ,
343+ '<predefined-rectangular-params>' : '<predefined-rectangular> [<number> | <percentage> | none]{3}' ,
344+ '<predefined-rectangular>' : 'jzazbz | ictcp' ,
340345 '<predefined-rgb-params>' : '<predefined-rgb> [<number> | <percentage> | none]{3}' ,
341- '<predefined-rgb>' : 'srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020' ,
346+ '<predefined-rgb>' : 'srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear ' ,
342347 '<progress()>' : 'progress(<calc-sum> , <calc-sum> , <calc-sum>)' ,
343348 '<progress>' : "[<calc-sum> | <'animation-timeline'>] && [by <easing-function>]?" ,
344349 '<pseudo-class-selector>' : ': <ident-token> | : <function-token> <any-value> )' ,
0 commit comments