Skip to content

Commit

Permalink
Add manifest and prefetch contexts. https://www.w3.org/Bugs/Public/sh…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 27, 2014
1 parent 76598a9 commit ca784a7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-fetch.svg" width="100"></a>
<h1 id="cors">Fetch</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-21-may-2014">Living Standard — Last Updated 21 May 2014</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-27-may-2014">Living Standard — Last Updated 27 May 2014</h2>

<dl>
<dt>This Version:
Expand All @@ -33,7 +33,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-21-may-2014">Livi
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
To the extent possible under law, the editor has waived all copyright and
related or neighboring rights to this work. In addition, as of
21 May 2014, the editor has made this specification available
27 May 2014, the editor has made this specification available
under the
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
which is available at
Expand Down Expand Up @@ -239,11 +239,13 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
<i title="">font</i>,
<i title="">form</i>,
<i title="">image</i>,
<i title="">manifest</i>,
<i title="">media</i>,
<i title="">navigate</i>,
<i title="">object</i>,
<i title="">ping</i>,
<i title="">popup</i>,
<i title="">prefetch</i>,
<i title="">script</i>,
<i title="">serviceworker</i>,
<i title="">sharedworker</i>,
Expand Down Expand Up @@ -298,6 +300,11 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
<td><i title="">image</i>
<td><code title="">img-src</code>
<td>SVG's <code>image</code> element
<tr>
<td><i title="">manifest</i>
<td>
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
"<code>manifest</code>"
<tr>
<td><i title="">media</i>
<td><code title="">media-src</code>
Expand All @@ -318,6 +325,11 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
<td><i title="">popup</i>
<td>
<td><code>window.open()</code>
<tr>
<td><i title="">prefetch</i>
<td>
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
"<code>prefetch</code>"
<tr>
<td><i title="">script</i>
<td><code title="">script-src</code>
Expand Down
12 changes: 12 additions & 0 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@ <h3>Requests</h3>
<i title>font</i>,
<i title>form</i>,
<i title>image</i>,
<i title>manifest</i>,
<i title>media</i>,
<i title>navigate</i>,
<i title>object</i>,
<i title>ping</i>,
<i title>popup</i>,
<i title>prefetch</i>,
<i title>script</i>,
<i title>serviceworker</i>,
<i title>sharedworker</i>,
Expand Down Expand Up @@ -266,6 +268,11 @@ <h3>Requests</h3>
<td><i title>image</i>
<td><code title>img-src</code>
<td>SVG's <code>image</code> element
<tr>
<td><i title>manifest</i>
<td>&mdash;
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
"<code>manifest</code>"
<tr>
<td><i title>media</i>
<td><code title>media-src</code>
Expand All @@ -286,6 +293,11 @@ <h3>Requests</h3>
<td><i title>popup</i>
<td>&mdash;
<td><code>window.open()</code>
<tr>
<td><i title>prefetch</i>
<td>&mdash;
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
"<code>prefetch</code>"
<tr>
<td><i title>script</i>
<td><code title>script-src</code>
Expand Down

0 comments on commit ca784a7

Please sign in to comment.