7
7
8
8
< p > < a class ="logo " href ="//www.whatwg.org/ "> < img alt ="WHATWG " height ="100 " src ="//resources.whatwg.org/logo-fetch.svg " width ="100 "> </ a >
9
9
< 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 >
11
11
12
12
< dl >
13
13
< dt > This Version:
@@ -33,7 +33,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-21-may-2014">Livi
33
33
< 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 >
34
34
To the extent possible under law, the editor has waived all copyright and
35
35
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
37
37
under the
38
38
< 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 > ,
39
39
which is available at
@@ -239,11 +239,13 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
239
239
< i title =""> font</ i > ,
240
240
< i title =""> form</ i > ,
241
241
< i title =""> image</ i > ,
242
+ < i title =""> manifest</ i > ,
242
243
< i title =""> media</ i > ,
243
244
< i title =""> navigate</ i > ,
244
245
< i title =""> object</ i > ,
245
246
< i title =""> ping</ i > ,
246
247
< i title =""> popup</ i > ,
248
+ < i title =""> prefetch</ i > ,
247
249
< i title =""> script</ i > ,
248
250
< i title =""> serviceworker</ i > ,
249
251
< i title =""> sharedworker</ i > ,
@@ -298,6 +300,11 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
298
300
< td > < i title =""> image</ i >
299
301
< td > < code title =""> img-src</ code >
300
302
< 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 > "
301
308
< tr >
302
309
< td > < i title =""> media</ i >
303
310
< td > < code title =""> media-src</ code >
@@ -318,6 +325,11 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
318
325
< td > < i title =""> popup</ i >
319
326
< td > —
320
327
< 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 > "
321
333
< tr >
322
334
< td > < i title =""> script</ i >
323
335
< td > < code title =""> script-src</ code >
0 commit comments