[Webkit-unassigned] [Bug 46112] Colors seem to be parsed using HTML quirks in SVG attributes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 18 11:42:56 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=46112
--- Comment #4 from Rob Buis <rwlbuis at gmail.com> 2010-10-18 11:42:56 PST ---
(In reply to comment #3)
> Moin Dirk,
> (In reply to comment #2)
> > (From update of attachment 70973 [details] [details])
> > 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?
>
> Hmm, I assumed we had no control, but I guess we do. Since the fill attribute parsing fails in this case
> I suspect MappedAttribute or some related class does not set strict mode in this (SVG) case. Will look at it
> this evening.
Seems to be related to this in WebCore/dom/StyledElement.cpp:
decl->setStrictParsing(false); // Mapped attributes are just always quirky.
Cheers,
Rob.
--
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