Skip to content

Commit

Permalink
chore: Fix broken active-document reference (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
alancutter authored Nov 8, 2022
1 parent eecf697 commit dedfbea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2354,15 +2354,15 @@ <h2>
</p>
</aside>
<p>
If the [=application context=]'s [=active document=]'s [=Document/URL=]
is not [=manifest/within scope=] of the [=application context=]'s
[=Document/processed manifest=], the user agent SHOULD show a prominent
UI element indicating the [=Document/URL=] or at least its [=origin=],
including whether it is served over a secure connection. This UI SHOULD
differ from any UI used when the [=Document/URL=] is [=manifest/within
scope=] of the [=application context=]'s [=Document/processed
manifest=], in order to make it obvious that the user is navigating off
scope.
If the [=application context=]'s [=navigable/active document=]'s
[=Document/URL=] is not [=manifest/within scope=] of the [=application
context=]'s [=Document/processed manifest=], the user agent SHOULD show
a prominent UI element indicating the [=Document/URL=] or at least its
[=origin=], including whether it is served over a secure connection.
This UI SHOULD differ from any UI used when the [=Document/URL=] is
[=manifest/within scope=] of the [=application context=]'s
[=Document/processed manifest=], in order to make it obvious that the
user is navigating off scope.
</p>
<aside class="note">
<p>
Expand Down

0 comments on commit dedfbea

Please sign in to comment.