[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
Sun Aug 19 18:01:09 PDT 2012


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


Hayato Ito <hayato at chromium.org> changed:

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




--- Comment #4 from Hayato Ito <hayato at chromium.org>  2012-08-19 18:01:44 PST ---
I am wondering why we need DOM.supportsShadowDOM.
I guess DOM.supportsXXX is a established convention, but the following is enough, isn't it?

var supportsShadowDOM = window.WebKitShadowRoot || window.ShadowRoot

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