[dom] _Which_ unit of related similar-origin browsing contexts? (#88)

Mutation observer algorithm steps say:

> Let notify list be a copy of unit of related similar-origin browsing contexts' list of MutationObserver objects. 

and

> append it to the unit of related similar-origin browsing contexts' list of MutationObserver objects, and then return it.

This seems pretty ambiguous to me. Shouldn't be trying to go from e.g. entry settings object to browsing context to unit of related similar-origin browsing contexts, or something?

Maybe HTML needs to define "current unit of related similar-origin browsing contexts"?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/88

Received on Thursday, 8 October 2015 15:21:30 UTC