Skip to content

Commit ca784a7

Browse files
committed
Add manifest and prefetch contexts. https://www.w3.org/Bugs/Public/show_bug.cgi?id=25873
1 parent 76598a9 commit ca784a7

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Overview.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

1212
<dl>
1313
<dt>This Version:
@@ -33,7 +33,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-21-may-2014">Livi
3333
<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>
3434
To the extent possible under law, the editor has waived all copyright and
3535
related or neighboring rights to this work. In addition, as of
36-
21 May 2014, the editor has made this specification available
36+
27 May 2014, the editor has made this specification available
3737
under the
3838
<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>,
3939
which is available at
@@ -239,11 +239,13 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
239239
<i title="">font</i>,
240240
<i title="">form</i>,
241241
<i title="">image</i>,
242+
<i title="">manifest</i>,
242243
<i title="">media</i>,
243244
<i title="">navigate</i>,
244245
<i title="">object</i>,
245246
<i title="">ping</i>,
246247
<i title="">popup</i>,
248+
<i title="">prefetch</i>,
247249
<i title="">script</i>,
248250
<i title="">serviceworker</i>,
249251
<i title="">sharedworker</i>,
@@ -298,6 +300,11 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
298300
<td><i title="">image</i>
299301
<td><code title="">img-src</code>
300302
<td>SVG's <code>image</code> element
303+
<tr>
304+
<td><i title="">manifest</i>
305+
<td>
306+
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
307+
"<code>manifest</code>"
301308
<tr>
302309
<td><i title="">media</i>
303310
<td><code title="">media-src</code>
@@ -318,6 +325,11 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
318325
<td><i title="">popup</i>
319326
<td>
320327
<td><code>window.open()</code>
328+
<tr>
329+
<td><i title="">prefetch</i>
330+
<td>
331+
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
332+
"<code>prefetch</code>"
321333
<tr>
322334
<td><i title="">script</i>
323335
<td><code title="">script-src</code>

Overview.src.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,13 @@ <h3>Requests</h3>
207207
<i title>font</i>,
208208
<i title>form</i>,
209209
<i title>image</i>,
210+
<i title>manifest</i>,
210211
<i title>media</i>,
211212
<i title>navigate</i>,
212213
<i title>object</i>,
213214
<i title>ping</i>,
214215
<i title>popup</i>,
216+
<i title>prefetch</i>,
215217
<i title>script</i>,
216218
<i title>serviceworker</i>,
217219
<i title>sharedworker</i>,
@@ -266,6 +268,11 @@ <h3>Requests</h3>
266268
<td><i title>image</i>
267269
<td><code title>img-src</code>
268270
<td>SVG's <code>image</code> element
271+
<tr>
272+
<td><i title>manifest</i>
273+
<td>&mdash;
274+
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
275+
"<code>manifest</code>"
269276
<tr>
270277
<td><i title>media</i>
271278
<td><code title>media-src</code>
@@ -286,6 +293,11 @@ <h3>Requests</h3>
286293
<td><i title>popup</i>
287294
<td>&mdash;
288295
<td><code>window.open()</code>
296+
<tr>
297+
<td><i title>prefetch</i>
298+
<td>&mdash;
299+
<td>HTML's <code>link</code> element when its <code>rel</code> attribute is set to
300+
"<code>prefetch</code>"
289301
<tr>
290302
<td><i title>script</i>
291303
<td><code title>script-src</code>

0 commit comments

Comments
 (0)