Re: [whatwg/dom] event.composedPath() may return different results if DOM is modified between two calls (#525)

It should return A, sr1, B, C.
(when C is handled, the level should be back to 0, since the slot in the path was in closed tree and 
'if tuple's item has slot-in-closed-tree, decrease hiddenSubtreeLevel by 1.' would be run.)

-- 
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/issues/525#issuecomment-342773793

Received on Wednesday, 8 November 2017 10:21:28 UTC