Elliott Sprehn b8ae95165b Implement 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

Review URL: https://codereview.chromium.org/810793005
2014-12-17 16:05:15 -08:00
..
2014-12-17 16:05:15 -08:00
2014-11-21 16:08:31 -08:00
2014-10-23 11:17:19 -07:00
2014-12-12 16:45:49 -08:00
2014-11-20 10:55:28 -08:00
2014-12-12 09:25:48 -08:00
2014-12-17 14:00:17 -08:00
2014-12-02 10:09:35 -08:00
2014-11-19 13:04:33 -08:00