[Webkit-unassigned] [Bug 69083] Several CSS lexer rules don't match CSS 2.1 spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 05:48:54 PST 2011


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


Szilard Ledan <h492200 at stud.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #113854|0                           |1
        is obsolete|                            |
 Attachment #113854|review?, commit-queue?      |
               Flag|                            |
 Attachment #114052|                            |review?
               Flag|                            |




--- Comment #17 from Szilard Ledan <h492200 at stud.u-szeged.hu>  2011-11-08 05:48:53 PST ---
Created an attachment (id=114052)
 --> (https://bugs.webkit.org/attachment.cgi?id=114052&action=review)
Added three tests for css lexer parsing problems.


The first and second are testing the css number types parser, where 'px' defined like escape sequences (\70\78), etc.
The third is testing the css square braces block parser. The WebKit css lexer didn't pars correctly the css block.
Example:
1. <html>... <p style="font-size: 12px;">...</p>...</html> it's ok
2. <html>... <p style="{font-size: 12px;}">...</p>...</html> it's not.

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