- From: <bugzilla@jessica.w3.org>
- Date: Thu, 21 Feb 2013 02:38:00 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21067
Bug ID: 21067
Summary: [Shadow]: Provide an api to getDistributedParent
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: sorvell@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
Now that the shadowRoot element is exposed on a host element and insertion
points have getDistributedNodes, it's possible to walk *down* the composed dom
tree.
However, it's not possible to walk *up* the composed dom tree.
Since walking both directions is possible in normal dom, it should probably
also be when using shadowDOM. This api is also one way to address this bug:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21066.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 21 February 2013 02:38:02 UTC