DescriptionImplement Node.ownerScope
The ownerScope property is equivalent to walking up the parentNode
pointers until you hit the top and returning that node if it's a
Document or ShadowRoot.
This means that the ownerScope of ShadowRoot and Document is always
itself, and the ownerScope of an Element that is not the descendant
of a ShadowRoot, and is not in the document is null.
R=eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/41f3a39e061bf94475f9393df420c675f679234c
Patch Set 1 #Patch Set 2 : Update to spec. #
Messages
Total messages: 8 (5 generated)
|