[Webkit-unassigned] [Bug 69266] REGRESSION (r84225): Virtual function called from Node::parentNode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 16:28:00 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69266





--- Comment #6 from Dominic Cooney <dominicc at chromium.org>  2011-10-03 16:27:59 PST ---
To add some commentary on what was difficult about merging ShadowRoot and SVGShadowRoot—IIRC:

- Rendering is different.
- SVGShadowRoot tries to behave like <svg:g>, which is not helpful when ShadowRoot appears in a HTML tree.
- Event dispatch is different.
- There’s a handful of special behavior for SVGShadowRoot, eg can’t have <script> descendants.
- There’s a handful of special behavior for ShadowRoot around editing.

CC’d Krit in case he is working on any refactoring around SVGShadowRoot.

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