[webkit-reviews] review denied: [Bug 46112] Colors seem to be parsed using HTML quirks in SVG attributes : [Attachment 70973] First attempt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 17 09:11:09 PDT 2010


Dirk Schulze <krit at webkit.org> has denied Rob Buis <rwlbuis at gmail.com>'s
request for review:
Bug 46112: Colors seem to be parsed using HTML quirks in SVG attributes
https://bugs.webkit.org/show_bug.cgi?id=46112

Attachment 70973: First attempt
https://bugs.webkit.org/attachment.cgi?id=70973&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
I think the quirks mode is a general problem for SVG. At least I saw some
examples that looked like they fail because of quirks parsing. Can't we run the
complete CSS parser in strict mode somehow?
If not, don't use a boolean but an enum CSSStrictMode CSSQuirksMode.


More information about the webkit-reviews mailing list