[Webkit-unassigned] [Bug 12609] Any SVG element will create renderers even when children of HTML elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 20:01:15 PST 2007


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





------- Comment #2 from mjs at apple.com  2007-02-05 20:01 PDT -------
We should block creating the renderer, not adding the child. I don't think
xhtml and html documents should behave any differently for this. Ideally it
would be SVG elements that implement the rule, they can check their parent is
an svg element at createRenderer() time, and the <svg> element can override
that and not check. Should this really be a P1 without a known symptom?


-- 
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