From 40e123d7348705bc733c85388d23e75e091fc945 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 4 Jun 2024 11:54:55 +0200 Subject: [PATCH] editorial: fully active checks: Refer to specific registered observer list Follow-up to #276: use `|relevantGlobal|` in the Document fully active checks just like we do in the workers section right after it. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 90ebb5a..a8354f1 100644 --- a/index.html +++ b/index.html @@ -1279,8 +1279,8 @@

Handling change of [=Document/fully active=] status

object=].
  • - [=list/For each=] |source| [=map/key=] of the [=registered observer - list=] [=ordered map=]: + [=list/For each=] |source| [=map/key=] of |relevantGlobal|'s + [=registered observer list=] [=ordered map=]:
    1. Deactivate [=data delivery=] of |source| to |relevantGlobal|.