Skip to content

Commit

Permalink
[e] (0) Tweak some informative wording for clarity. (bug 6768)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3158 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2009
1 parent 65dc98c commit ca5cadc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -20624,9 +20624,10 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {

</div>

<p class=note>To express the type of a <a href=#media-resource>media resource</a>
to allow the user agent to avoid downloading resources it can't
render, authors can use the <code><a href=#the-source-element>source</a></code> element's <code title=attr-source-type><a href=#attr-source-type>type</a></code> attribute.</p>
<p class=note>The <code title=attr-source-type><a href=#attr-source-type>type</a></code>
attribute of the <code><a href=#the-source-element>source</a></code> element allows the user agent
to avoid downloading resources that use formats it cannot
render.</p>


<h5 id=network-states><span class=secno>4.8.10.4 </span>Network states</h5>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -22195,10 +22195,10 @@ interface <dfn>CueRangeCallback</dfn> {

</div>

<p class="note">To express the type of a <span>media resource</span>
to allow the user agent to avoid downloading resources it can't
render, authors can use the <code>source</code> element's <code
title="attr-source-type">type</code> attribute.</p>
<p class="note">The <code title="attr-source-type">type</code>
attribute of the <code>source</code> element allows the user agent
to avoid downloading resources that use formats it cannot
render.</p>


<h5>Network states</h5>
Expand Down

0 comments on commit ca5cadc

Please sign in to comment.