[Webkit-unassigned] [Bug 52788] Any class other than Element should not use setShadowHost()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 17 18:53:49 PDT 2011


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





--- Comment #4 from Dominic Cooney <dominicc at chromium.org>  2011-04-17 18:53:49 PST ---
(From update of attachment 89980)
View in context: https://bugs.webkit.org/attachment.cgi?id=89980&action=review

> Source/WebCore/ChangeLog:1
> +2011-04-17  Dominic Cooney  <dominicc at chromium.org>

WIP This divorces SVGShadowRootElement from ShadowRoot. Now ShadowRoot owns the IsShadowRoot flag and shadowHost accessor and SVGShadowRootElement gets an isSVGShadowRoot virtual and svgShadowHost accessor. The divorce is moderately messy because a bunch of special cases for shadows are now two-way tests. Because there is often special-casing for SVG nearby, I wonder if a more aggressive clean-up will yield a cleaner result… Alternatively, we could try replacing SVGShadowRootElement with ShadowRoot. What makes that tricky is that ShadowRoot isn’t an SVGElement, which a lot of SVG-special casing is predicated on.

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