This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20355 - [Shadow]: No way to obtain list of Shadow Roots
Summary: [Shadow]: No way to obtain list of Shadow Roots
Status: RESOLVED DUPLICATE of bug 20260
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 enhancement
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 15480
  Show dependency treegraph
 
Reported: 2012-12-12 08:15 UTC by Sergey G. Grekhov
Modified: 2013-07-17 20:22 UTC (History)
0 users

See Also:


Attachments

Description Sergey G. Grekhov 2012-12-12 08:15:50 UTC
Now there's no way to know if DOM element contains any Shadow trees. It'd be useful to have a way to obtain list of ShadowRoots for particular node. Some property or method...
Comment 1 Dimitri Glazkov 2013-07-17 20:22:53 UTC
This is now possible with ShadowRoot.olderShadowRoot

*** This bug has been marked as a duplicate of bug 20260 ***