@@ -37,16 +37,16 @@ for (
3737 ast => : rule<rule-ref >,
3838 },
3939 ' values' => {
40- input => " <rule-ref> [ 'css21-prop-ref ' <'css3-prop-ref '> ]?" ,
40+ input => " <rule-ref> [ 'css21-prop' <'css3-prop'> ]?" ,
4141 ast => : seq[ : rule<rule-ref >,
42- : occurs[' ?' , : group(: seq[: rule<val-css21-prop-ref >, : rule<val-css3-prop-ref >]) ]
42+ : occurs[' ?' , : group(: seq[: rule<prop- val-css21-prop >, : rule<prop- val-css3-prop >]) ]
4343 ],
4444 },
4545 ' values' => {
46- input => " <rule-ref> [, [ 'css21-prop-ref ' | <'css3-prop-ref '> ] ]*" ,
46+ input => " <rule-ref> [, [ 'css21-prop' | <'css3-prop'> ] ]*" ,
4747 ast => : seq[ : rule<rule-ref >,
4848 : occurs[' *' ,
49- : group(: seq[: op<, >, : group(: alt[: rule<val-css21-prop-ref >, : rule<val-css3-prop-ref >]) ])
49+ : group(: seq[: op<, >, : group(: alt[: rule<prop- val-css21-prop >, : rule<prop- val-css3-prop >]) ])
5050 ],
5151 ]
5252 },
8686 },
8787 ' func-spec' => {
8888 input => ' <linear-gradient()> = linear-gradient( [ <linear-gradient-syntax> ] )' ,
89- ast => {: func<linear-gradient >, : spec (: group(: rule<linear-gradient-syntax >)), : synopsis(" linear-gradient( [ <linear-gradient-syntax> ] )" )}
89+ ast => : func-spec {: func<linear-gradient >, : signature (: group(: rule<linear-gradient-syntax >)), : synopsis(" linear-gradient( [ <linear-gradient-syntax> ] )" )}
9090 },
9191 ' values' => {
9292 input => ' [ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain' ,
0 commit comments