@@ -277,7 +277,6 @@ module.exports = {
277277 '<linear-easing-function>' : 'linear | <linear()>' ,
278278 '<linear-gradient()>' : 'linear-gradient(<linear-gradient-syntax>)' ,
279279 '<linear-gradient-syntax>' : '[[<angle> | <zero> | to <side-or-corner>] || <color-interpolation-method>]? , <color-stop-list>' ,
280- '<link-param>' : 'param(<custom-property-name> <declaration-value>?)' ,
281280 '<log()>' : 'log(<calc-sum> , <calc-sum>?)' ,
282281 '<marker-ref>' : '<url>' ,
283282 '<mask-layer>' : '<mask-reference> || <position> [/ <bg-size>]? || <repeat-style> || <geometry-box> || [<geometry-box> | no-clip] || <compositing-operator> || <masking-mode>' ,
@@ -343,6 +342,7 @@ module.exports = {
343342 '<paint>' : 'none | <color> | <url> [none | <color>]? | context-fill | context-stroke' ,
344343 '<palette-identifier>' : '<dashed-ident>' ,
345344 '<palette-mix()>' : 'palette-mix(<color-interpolation-method> , [[normal | light | dark | <palette-identifier> | <palette-mix()>] && <percentage [0,100]>?]#{2})' ,
345+ '<param()>' : 'param(<dashed-ident> , <declaration-value>?)' ,
346346 '<path()>' : "path(<'fill-rule'>? , <string>)" ,
347347 '<percentage>' : '<percentage-token>' ,
348348 '<perspective()>' : 'perspective(<length [0,∞]> | none)' ,
@@ -539,7 +539,7 @@ module.exports = {
539539 '<urange>' : "u '+' <ident-token> '?'* | u <dimension-token> '?'* | u <number-token> '?'* | u <number-token> <dimension-token> | u <number-token> <number-token> | u '+' '?'+" ,
540540 '<uri>' : '<url>' ,
541541 '<url()>' : 'url(<string> <url-modifier>*) | <url-token>' ,
542- '<url-modifier>' : '<request-url-modifier> | <ident> | <function-token> <any-value>? )' ,
542+ '<url-modifier>' : '<request-url-modifier> | <param()> | < ident> | <function-token> <any-value>? )' ,
543543 '<url-set>' : '<image-set()>' ,
544544 '<url>' : '<url()> | <src()>' ,
545545 '<var()>' : 'var(<custom-property-name> , <declaration-value>?)' ,
0 commit comments