Skip to content

Commit f2007cc

Browse files
committed
Move and rewrite issue box.
1 parent ee64374 commit f2007cc

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
@@ -1341,6 +1341,15 @@ <h3>
13411341
<li>Return <var>manifest</var> and <var>manifest URL</var>.
13421342
</li>
13431343
</ol>
1344+
<p class="issue">
1345+
There is currently no specified way to obtain a manifest without an
1346+
associated <a>top-level browsing context</a>. However, several user
1347+
agents do just that (when they install a web application directly
1348+
from a manifest URL, without a document). This algorithm, and the
1349+
<a>steps to install the web application</a>, should similarly be
1350+
written to not require a document. See <a href=
1351+
"https://github.com/w3c/manifest/issues/668">#668</a>.
1352+
</p>
13441353
<div class="note">
13451354
<p>
13461355
Authors are encouraged to use the HTTP cache directives to
@@ -1433,14 +1442,6 @@ <h3>
14331442
URL</var>. The output from inputting an JSON document into this
14341443
algorithm is a <dfn>processed manifest</dfn>.
14351444
</p>
1436-
<p class="issue">
1437-
There is currently no way to invoke this algorithm without a
1438-
<var>document URL</var>. However, several user agents do just that
1439-
(when they install a web application directly from a manifest URL,
1440-
without a document). The algorithms that invoke this one should
1441-
similarly be written to not require a <var>document URL</var>. See
1442-
<a href="https://github.com/w3c/manifest/issues/668">#668</a>.
1443-
</p>
14441445
<p class="issue">
14451446
We need to catch throws associated with enumerations in IDL
14461447
conversion as the spec might gain new values over time not supported

0 commit comments

Comments
 (0)