Bugs item #873886, was opened at 2004-01-09 17:51
Message generated for change (Comment added) made by cell
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=616963&aid=873886&group_id=97094
Category: Parser
Group: Release 0.0.1
>Status: Closed
>Resolution: Fixed
Priority: 6
Submitted By: Christopher Lenz (cell)
Assigned to: Christopher Lenz (cell)
Summary: URL containing a semicolon terminates style declaration
Initial Comment:
When encountering a URL that contains a semicolon, such as:
background-image:
url(http://sourceforge.net/sflogo.php;group_id=97094&type=3);
the parser incorrectly thinks that the first semicolon
terminates the style declaration.
Instead, it should ignore any semicolon until the open
paren has been closed.
----------------------------------------------------------------------
>Comment By: Christopher Lenz (cell)
Date: 2004-01-11 20:52
Message:
Logged In: YES
user_id=10889
Fixed in CVS HEAD
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=616963&aid=873886&group_id=97094
|