- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Jul 2008 23:10:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24564 Modified Files: Overview.html Log Message: notes on fetching (whatwg r1852) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1040 retrieving revision 1.1041 diff -u -d -r1.1040 -r1.1041 --- Overview.html 8 Jul 2008 23:01:36 -0000 1.1040 +++ Overview.html 8 Jul 2008 23:10:44 -0000 1.1041 @@ -5774,7 +5774,12 @@ the URL, etc; "once fetched, a resource might have to have its type determined", pointing to the next section but also explicitly saying that it's up to the part of the spec doing the fetching to determine how the - type is established + type is established</p> + <!-- XXX make sure to say that fetching can delay the actual load, + so long as it resolves the URL first. This is important because some + UAs want to prioritise downloads of certain resources over others + (e.g. not loading video poster frames until the video is on the + screen) --> <h3 id=content-type-sniffing><span class=secno>2.7 </span>Determining the type of a resource</h3>
Received on Tuesday, 8 July 2008 23:11:21 UTC