- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 18 Sep 2018 03:33:35 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 September 2018 10:33:57 UTC
The existing algorithm exposed nodes in shadow trees that should remain hidden. (This wasn't noticed in #535.)
This roughly matches the approach taken by jsdom to solve this issue and unlike #696 requires no downstream changes.
Tests: ...
Fixes #684.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/dom/pull/699
-- Commit Summary --
* Fix composedPath() once more
-- File Changes --
M dom.bs (97)
-- Patch Links --
https://github.com/whatwg/dom/pull/699.patch
https://github.com/whatwg/dom/pull/699.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/699
Received on Tuesday, 18 September 2018 10:33:57 UTC