[webkit-reviews] review canceled: [Bug 69083] Several CSS lexer rules don't match CSS 2.1 spec : [Attachment 113854] Added a test for css number types, where 'px' is defined like \70\78, etc.

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 canceled Szilard Ledan
<h492200 at stud.u-szeged.hu>'s request 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 113854: Added a test for css number types, where 'px' is defined
like \70\78, etc.
https://bugs.webkit.org/attachment.cgi?id=113854&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