[webkit-reviews] review requested: [Bug 69083] Several CSS lexer rules don't match CSS 2.1 spec : [Attachment 114052] Added three tests for css lexer parsing problems.

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


Szilard Ledan <h492200 at stud.u-szeged.hu> has asked  for review:
Bug 69083: Several CSS lexer rules don't match CSS 2.1 spec
https://bugs.webkit.org/show_bug.cgi?id=69083

Attachment 114052: Added three tests for css lexer parsing problems.
https://bugs.webkit.org/attachment.cgi?id=114052&action=review

------- Additional Comments from Szilard Ledan <h492200 at stud.u-szeged.hu>

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.


More information about the webkit-reviews mailing list