- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Thu, 05 Jul 2018 01:35:19 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 July 2018 08:35:43 UTC
kenchris commented on this pull request. > @@ -813,39 +813,43 @@ <h2> "!SERVICE-WORKERS-1#scope-match-algorithm">Service Workers</a>. To avoid unexpected behavior, use a scope ending in a <code>/</code>. </div> - <div class="issue" title="🐒 patch"> + <p> + If the <a>application context</a>'s <a data-cite= + "!HTML#active-document">active document</a>'s <a data-cite= + "!DOM#concept-document-url">URL</a> is not <a>within scope</a> of the + navigation scope of the <a>application context</a>'s manifest, the user + agent SHOULD show prominent UI indicating the <a data-cite= + "!DOM#concept-document-url">document URL</a>, or at least its + <a>origin</a>, including whether it is served over a secure connection. + This UI SHOULD differ from any UI used when the <a data-cite= + "!DOM#concept-document-url">document URL</a> is <a>within scope</a>, in + order to alert the user of the off-scope navigation. I am not such a fan of "alert" in order to make it obvious to the user that they are navigating off-scope. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/701#pullrequestreview-134553123
Received on Thursday, 5 July 2018 08:35:43 UTC