[Webkit-unassigned] [Bug 6002] WebKit does not properly handle SVG <cursor> element
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Sep 24 02:18:38 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6002
------- Comment #41 from macdome at opendarwin.org 2006-09-24 02:18 PDT -------
(From update of attachment 10726)
I'm still don't think this is needed:
+#if SVG_SUPPORT
+ if (uri.startsWith("#")) {
+ if (!list)
+ list = new CSSValueList;
+ list->append(new CSSPrimitiveValue(uri,
CSSPrimitiveValue::CSS_URI));
+ } else
+#endif
All you're doing is intentionally disabling hot-spot parsing for SVGs. I don't
think that's right considering CSS3.
Other than that, things look fine. We'll talk over irc.
--
Configure bugmail: http://bugzilla.opendarwin.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