- From: Greg Whitworth <gwhit@microsoft.com>
- Date: Tue, 7 Oct 2014 22:02:46 +0000
- To: Tab Atkins Jr. <jackalmage@gmail.com>, www-style list <www-style@w3.org>
> That is, the following two examples are equivalent per spec, assuming the
> file ends after the last character:
>
> foo { background-image: url(foo
>
> foo { background-image: url(foo)}
>
> This behavior is inconsistent across browsers - Firefox agrees with the spec
> and treats these as equivalent, but Chrome refuses to recognize a url() as
> valid until it sees the close parenthesis.
FWIW: IE renders the same as well
Received on Tuesday, 7 October 2014 22:03:17 UTC