[Bug 20260] [Shadow]: ShadowRoot should have shadowRoot attribute to get older shadow tree.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20260

Steve Orvell <sorvell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sorvell@chromium.org

--- Comment #3 from Steve Orvell <sorvell@chromium.org> ---
Currently olderShadowRoot is defined only as a property of a <shadow> element. 

Given a shadowRoot, to find olderShadowRoot, one must find the <shadow> element
inside it and then interrogate that object for the olderShadowRoot. 

This is inconvenient and it would be simpler if olderShadowRoot were simply a
property of a shadowRoot node.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 1 March 2013 00:17:15 UTC