bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20859: 25.0.50; css-mode: Comments within URIs


From: Stefan Monnier
Subject: bug#20859: 25.0.50; css-mode: Comments within URIs
Date: Sat, 22 Aug 2015 00:04:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> There's also a real problem: how should we treat url(foo)bar) ?

> I find the regexp
> "url\\((\\)[[:space:]]*[^\"'\n[:space:]]+[[:space:]]*\\()\\)"
> hungry enough to work for all of the following cases:

> url(foobar);
> url(foo)bar);

The question was not whether the regexp works, but what does the CSS
language want us to do.  I.e. is "url(foo)bar)" equivalent to
"url('foo)bar')" or to "url('foo')bar)"?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]