Skip to content

Commit 1af6281

Browse files
committed
Move and rewrite issue box.
1 parent c8249fe commit 1af6281

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,15 @@ <h3>
13081308
<li>Return <var>manifest</var> and <var>manifest URL</var>.
13091309
</li>
13101310
</ol>
1311+
<p class="issue">
1312+
There is currently no specified way to obtain a manifest without an
1313+
associated <a>top-level browsing context</a>. However, several user
1314+
agents do just that (when they install a web application directly
1315+
from a manifest URL, without a document). This algorithm, and the
1316+
<a>steps to install the web application</a>, should similarly be
1317+
written to not require a document. See <a href=
1318+
"https://github.com/w3c/manifest/issues/668">#668</a>.
1319+
</p>
13111320
<div class="note">
13121321
<p>
13131322
Authors are encouraged to use the HTTP cache directives to
@@ -1400,14 +1409,6 @@ <h3>
14001409
URL</var>. The output from inputting an JSON document into this
14011410
algorithm is a <dfn>processed manifest</dfn>.
14021411
</p>
1403-
<p class="issue">
1404-
There is currently no way to invoke this algorithm without a
1405-
<var>document URL</var>. However, several user agents do just that
1406-
(when they install a web application directly from a manifest URL,
1407-
without a document). The algorithms that invoke this one should
1408-
similarly be written to not require a <var>document URL</var>. See
1409-
<a href="https://github.com/w3c/manifest/issues/668">#668</a>.
1410-
</p>
14111412
<p class="issue">
14121413
We need to catch throws associated with enumerations in IDL
14131414
conversion as the spec might gain new values over time not supported

0 commit comments

Comments
 (0)