[whatwg/dom] Fix composedPath() once more (#696)

The existing algorithm exposed nodes in shadow trees that should remain hidden. (This wasn't noticed in #535.)

This changes "get the parent" to return a tuple and therefore requires downstream changes in at least Indexed DB.

Tests: ...

Fixes #684.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/696

-- Commit Summary --

  * Fix composedPath() once more

-- File Changes --

    M dom.bs (216)

-- Patch Links --

https://github.com/whatwg/dom/pull/696.patch
https://github.com/whatwg/dom/pull/696.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/696

Received on Thursday, 13 September 2018 12:34:54 UTC