Skip to content

Commit dd88982

Browse files
committed
escaping url(
1 parent b745b10 commit dd88982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

org/w3c/css/parser/analyzer/CssParser.jj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,7 @@ TOKEN :
641641
<DEFAULT>
642642
TOKEN [IGNORE_CASE] :
643643
{
644-
< URLPREFIX : "url(" >
645-
| < URL : <URLPREFIX> ( <S> )* ( <STRING> | <_URL> ) ( <S> )* <RPAREN> >
644+
< URL : "url(" ( <S> )* ( <STRING> | <_URL> ) ( <S> )* <RPAREN> >
646645
}
647646

648647
<DEFAULT>

0 commit comments

Comments
 (0)