@@ -8,10 +8,10 @@ module.exports = {
88 '<age>' : 'child | young | old' ,
99 '<alpha-value>' : '<number> | <percentage>' ,
1010 '<an+b>' : "odd | even | <integer> | <n-dimension> | '+'? n | -n | <ndashdigit-dimension> | '+'? <ndashdigit-ident> | <dashndashdigit-ident> | <n-dimension> <signed-integer> | '+'? n <signed-integer> | -n <signed-integer> | <ndash-dimension> <signless-integer> | '+'? n- <signless-integer> | -n- <signless-integer> | <n-dimension> ['+' | '-'] <signless-integer> | '+'? n ['+' | '-'] <signless-integer> | -n ['+' | '-'] <signless-integer>" ,
11- '<anchor()>' : 'anchor(<anchor-element >? && <anchor-side> , <length-percentage>?)' ,
12- '<anchor-element >' : '<dashed-ident>' ,
11+ '<anchor()>' : 'anchor(<anchor-name >? && <anchor-side> , <length-percentage>?)' ,
12+ '<anchor-name >' : '<dashed-ident>' ,
1313 '<anchor-side>' : 'inside | outside | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center' ,
14- '<anchor-size()>' : 'anchor-size([<anchor-element > || <anchor-size>]? , <length-percentage>?)' ,
14+ '<anchor-size()>' : 'anchor-size([<anchor-name > || <anchor-size>]? , <length-percentage>?)' ,
1515 '<anchor-size>' : 'width | height | block | inline | self-block | self-inline' ,
1616 '<angle-percentage>' : '<angle> | <percentage>' ,
1717 '<angle>' : '<dimension>' ,
@@ -80,7 +80,7 @@ module.exports = {
8080 '<color-stop-list>' : '<linear-color-stop> , [<linear-color-hint>? , <linear-color-stop>]#?' ,
8181 '<color-stop>' : '<color-stop-length> | <color-stop-angle>' ,
8282 '<color-stripe>' : '<color> && [<length-percentage> | <flex>]?' ,
83- '<color>' : '<color-base> | currentColor | <system-color> | <device-cmyk()> | <light-dark()>' ,
83+ '<color>' : '<color-base> | currentColor | <system-color> | <contrast-color()> | < device-cmyk()> | <light-dark()>' ,
8484 '<colorspace-params>' : '<custom-params> | <predefined-rgb-params> | <xyz-params>' ,
8585 '<combinator>' : "'>' | '+' | '~' | '|' '|'" ,
8686 '<common-lig-values>' : 'common-ligatures | no-common-ligatures' ,
0 commit comments