Skip to content

Commit

Permalink
Make the two non-fully-active questions adjacent. (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored Sep 6, 2024
1 parent 2d28f21 commit 7ae3bb8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,19 @@ the document will have sticky activation forever,
even after the user navigated away and back to it again.
</div>

<h3 class=question id="non-fully-active">
What happens when a document that uses your feature gets disconnected?
</h3>
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 <a href="bfcache">BFCache</a> 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.

<h3 id="error-handling">
Does your spec define when and how new kinds of errors should be raised?
</h3>
Expand Down Expand Up @@ -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.

<h3 class=question id="non-fully-active">
What happens when a document that uses your feature gets disconnected?
</h3>
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 <a href="bfcache">BFCache</a> 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.

<h3 class=question id="accessibility-devices">
Does your feature allow sites to learn about the users use of assistive technology?
</h3>
Expand Down

0 comments on commit 7ae3bb8

Please sign in to comment.