[Webkit-unassigned] [Bug 18612] parsing of unclosed strings fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 10:56:00 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=18612


Tony Gentilcore <tonyg at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tabatkins at google.com




--- Comment #2 from Tony Gentilcore <tonyg at chromium.org>  2011-01-05 10:56:00 PST ---
(In reply to comment #1)
> This came up in http://code.google.com/p/chromium/issues/detail?id=68594
> 
> Hixie's test is more thorough, but here's my little case that will show a blue page in WebKit but a red page in Firefox:
> <style>
> body{background:red}
> foo{bar"}
> body{background:blue}
> </style>

Here is the relevant part of the spec:
http://www.w3.org/TR/CSS21/syndata.html#parsing-errors (see "Unexpected end of string").

In the case above, Firefox gets it right. The blue declaration should be dropped and the page should be red.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list