[Webkit-unassigned] [Bug 62220] [Meta] Web Inspector: Add support for component model

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 14:40:22 PDT 2011


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





--- Comment #2 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-06-08 14:40:21 PST ---
For a while, there are going to be two slightly different types of shadow DOM: the User Agent shadow DOM (WebKit implementation details) and the Author shadow DOM.

The UA shadow DOM must be completely immutable. I am not opposed to it being not visible by default (a checkbox?)

The author shadow DOM should be mutable and act just like normal elements, thought it might be nice to differentiate it visually.

The author should be able to create and remove shadow DOM from the inspector.

The author should be able to add a content element (http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/dom/ShadowContentElement.h developing here) to shadow DOM.

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