[Webkit-unassigned] [Bug 52963] Enable O(1) access to root from any node in shadow DOM subtree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 23 16:51:20 PST 2011


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





--- Comment #5 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-01-23 16:51:20 PST ---
(In reply to comment #4)
> One idea is to replace Document* in Node with a ptr to some other class that represent a "tree scope", including ptr to document, list of ids, names, and coincidentally shadow DOM settings. This might be a better path forward, considering that shadow DOM subtree would have to have its own scope of ids/names and other fun data that is normally stored on the Document. WDYT?

As a side benefit, we can build scoped stylesheets off of this.

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