From 7ae3bb8d69c7d15acb15f05de2795aae976b884b Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 6 Sep 2024 07:10:40 -0700 Subject: [PATCH] Make the two non-fully-active questions adjacent. (#166) --- index.bs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.bs b/index.bs index ee3ad42..8465f67 100644 --- a/index.bs +++ b/index.bs @@ -829,6 +829,19 @@ the document will have sticky activation forever, even after the user navigated away and back to it again. +

+ What happens when a document that uses your feature gets disconnected? +

+If the iframe element containing a document [=becomes disconnected=], +the document will no longer be [=Document/fully active=]. +The document will never become fully active again, +because if the iframe element [=becomes connected=] again, it will load a new document. +The document is gone from the user's perspective, +and should be treated as such by your feature as well. +You may follow the guidelines for BFCache mentioned above, +as we expect BFCached and detached documents to be treated the same way, +with the only difference being that BFCached documents can become [=Document/fully active=] again. +

Does your spec define when and how new kinds of errors should be raised?

@@ -860,19 +873,6 @@ users at risk include: carefully think through what information such debugging information exposes, and whether (and which) actors on a page are able to access that information. -

- What happens when a document that uses your feature gets disconnected? -

-If the iframe element containing a document [=becomes disconnected=], -the document will no longer be [=Document/fully active=]. -The document will never become fully active again, -because if the iframe element [=becomes connected=] again, it will load a new document. -The document is gone from the user's perspective, -and should be treated as such by your feature as well. -You may follow the guidelines for BFCache mentioned above, -as we expect BFCached and detached documents to be treated the same way, -with the only difference being that BFCached documents can become [=Document/fully active=] again. -

Does your feature allow sites to learn about the users use of assistive technology?