[Webkit-unassigned] [Bug 15012] SVGColor dom interface is not created for color property in SVG elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 02:05:13 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15012





------- Comment #3 from mjs at apple.com  2007-08-29 02:05 PDT -------
I am uncomfortable with having an "SVG mode" for the CSS parser. It makes
things confusing when mixing SVG with other XML languages. Also, the way the
patch does this, it would apply to stylesheets references with a style element,
but not to ones using a processing instruction:
<http://www.w3.org/TR/xml-stylesheet/>. Perhaps the actual right thing to do is
to special-case the color property in the implementation of
getPresentationAttribute. Then getPresentationAttribute would do the right
thing for colors set by stylesheets included from an XHTML <link> element or an
xml-stylesheet processing instruction. Is there a reason that wouldn't work?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list