Skip to content

Commit

Permalink
[e] (0) notes on fetching
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1852 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 8, 2008
1 parent 61e9a62 commit 69465bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index
Expand Up @@ -5670,7 +5670,12 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
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>
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -3989,6 +3989,12 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
the spec doing the fetching to determine how the 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">Determining the type of a resource</h3>
Expand Down

0 comments on commit 69465bd

Please sign in to comment.