[Webkit-unassigned] [Bug 94274] Move Shadow DOM inspection feature out from experiments if Shadow DOM flag is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 09:35:57 PDT 2012


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


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org




--- Comment #2 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2012-08-17 09:36:30 PST ---
Cool, "Create Shadow Root" action! I haven't even thought about that. And I like the DOM.supportsShadowDOM flag idea.

Technically, since the only thing that the Shadow DOM API flag is just flipping on the public-facing API (the plumbing still works), the Inspector could still support Shadow DOM, even if it is disabled. It could even be limited to inspection of the built-in elements, but still useful in that regard.

Oh, two things I just remembered:

1) the inspector user shouldn't  _ever_ be able to edit user agent shadow roots
2) consider exposing the pseudos for built-in elements in inspector. They aren't interesting for Shadow DOM API itself, but they are very useful for web devs who hack on built-in controls.

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