Skip to content

Commit 9321478

Browse files
committed
Move and rewrite issue box.
1 parent abf8ab6 commit 9321478

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

0 commit comments

Comments
 (0)