You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
Using "unit of related similar-origin browsing contexts" never made much sense as a browsing context could always hold several cross-site documents.
Helps with whatwg/html#4198.
Fixes#88.
Using "unit of related similar-origin browsing contexts" never made much sense as a browsing context could always hold several cross-site documents.
This also changes the structures these agents hold from lists to (ordered) sets as that's more accurate and precise.
Helps with whatwg/html#4198.
Fixes#88.
Mutation observer algorithm steps say:
and
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"?
The text was updated successfully, but these errors were encountered: