[Webkit-unassigned] [Bug 48697] Provide means to store shadow DOM nodes on Element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 11:31:30 PDT 2010


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





--- Comment #6 from Darin Adler <darin at apple.com>  2010-11-03 11:31:30 PST ---
(In reply to comment #0)
> We need a way to associate shadow DOM subtrees with an element. Currently, it's done by hard-coding a RefPtr to a node into a custom-built RenderObject. Instead, we should move it to the Element, probably to ElementRareData?

Given what Hyatt has said to me many times about this, I think this is OK.

Putting the root of the shadow DOM tree into ElementRareData seems OK.

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