[Webkit-unassigned] [Bug 34067] CSS rule containing a string unclosed at the end of stylesheet is ignored.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 04:31:51 PST 2010


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


Robert Blaut <webkit at blaut.biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47505|0                           |1
        is obsolete|                            |




--- Comment #15 from Robert Blaut <webkit at blaut.biz>  2010-01-27 04:31:51 PST ---
Created an attachment (id=47517)
 --> (https://bugs.webkit.org/attachment.cgi?id=47517)
Parsing unclosed strings - fixed one test case and more cases

Yuzo,

The test case 3 is incorrect and IE renders it incorrectly. Firefox and Opera
are right in this case. Consider this fragment:

font-family: 'Arial
</style>

It means that there is not only 'Arial' word but also new line in a string. So
above code is equivalent to:

font-family: 'Arial\';
} 

I've corrected your test cases and added 2 more.

Only Firefox 3.6 and Opera 10.50 renders it correctly. WebKit fails in tests:
3,4,5.

-- 
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