From a2c8ae5cc56850838e05a332454b694a6f0b9ef6 Mon Sep 17 00:00:00 2001 From: Stefan Zager Date: Mon, 11 Apr 2022 12:20:11 -0700 Subject: [PATCH] Clarify same-domain-target designation for explicit root observers Based on: https://github.com/w3c/IntersectionObserver/pull/483 --- index.bs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 4ce22a3..e4dd343 100644 --- a/index.bs +++ b/index.bs @@ -200,9 +200,7 @@ a target whose relevant settings object's origin is same origin-domain with the top-level origin, referred to as a same-origin-domain target; as opposed to a cross-origin-domain target. -Any target of an explicit root observer is also a same-origin-domain target, -since the target must be in the same document as the -intersection root. +Any target of an explicit root observer is treated as a same-origin-domain target. Note: In {{MutationObserver}}, the {{MutationObserverInit}} options are passed to {{MutationObserver/observe()}} while in {{IntersectionObserver}} they are