Skip to content

Commit

Permalink
[e] (0) Fix some minor editorial issues.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7764 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 21, 2013
1 parent 3d07406 commit b1d1f41
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 5 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -26394,15 +26394,16 @@ <h4 id=the-source-element><span class=secno>4.8.8 </span>The <dfn><code>source</

</dl></div>

<!--CLEANUP-->
<p>The <dfn id=attr-source-media title=attr-source-media><code>media</code></dfn>
attribute gives the intended media type of the <a href=#media-resource>media
resource</a>, to help the user agent determine if this
<a href=#media-resource>media resource</a> is useful to the user before fetching
it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>

<!-- for similar paragraphs, search for "The default, if the" -->
<p class=note id=source-default-media>The <span>resource
selection algorithm</span> is defined in such a way that when the
<p class=note id=source-default-media>The <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource
selection algorithm</a> is defined in such a way that when the
<code title=attr-source-media><a href=#attr-source-media>media</a></code> attribute is omitted
the user agent acts the same as if the value was "<code title="">all</code>", i.e. by default the <a href=#media-resource>media
resource</a> is suitable for all media.</p>
Expand Down Expand Up @@ -70871,7 +70872,8 @@ <h5 id=processing-model-4><span class=secno>7.1.4.2 </span>Processing model</h5>
algorithm (if appropriate).</p>

<p class=note>A <a href=#synchronous-section>synchronous section</a> never mutates the DOM, runs any script, or has
any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order.</p>
any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order, and cannot
<a href=#spin-the-event-loop>spin the event loop</a>.</p>

<p class=note>Steps in <a href=#synchronous-section title="synchronous section">synchronous sections</a> are marked
with &#8987;.</p>
Expand Down
8 changes: 5 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -26394,15 +26394,16 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

</dl></div>

<!--CLEANUP-->
<p>The <dfn id=attr-source-media title=attr-source-media><code>media</code></dfn>
attribute gives the intended media type of the <a href=#media-resource>media
resource</a>, to help the user agent determine if this
<a href=#media-resource>media resource</a> is useful to the user before fetching
it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>

<!-- for similar paragraphs, search for "The default, if the" -->
<p class=note id=source-default-media>The <span>resource
selection algorithm</span> is defined in such a way that when the
<p class=note id=source-default-media>The <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource
selection algorithm</a> is defined in such a way that when the
<code title=attr-source-media><a href=#attr-source-media>media</a></code> attribute is omitted
the user agent acts the same as if the value was "<code title="">all</code>", i.e. by default the <a href=#media-resource>media
resource</a> is suitable for all media.</p>
Expand Down Expand Up @@ -70871,7 +70872,8 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
algorithm (if appropriate).</p>

<p class=note>A <a href=#synchronous-section>synchronous section</a> never mutates the DOM, runs any script, or has
any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order.</p>
any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order, and cannot
<a href=#spin-the-event-loop>spin the event loop</a>.</p>

<p class=note>Steps in <a href=#synchronous-section title="synchronous section">synchronous sections</a> are marked
with &#8987;.</p>
Expand Down
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -28077,14 +28077,15 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

</div>

<!--CLEANUP-->
<p>The <dfn title="attr-source-media"><code>media</code></dfn>
attribute gives the intended media type of the <span>media
resource</span>, to help the user agent determine if this
<span>media resource</span> is useful to the user before fetching
it. Its value must be a <span>valid media query</span>.</p>

<!-- for similar paragraphs, search for "The default, if the" -->
<p id="source-default-media" class="note">The <span>resource
<p id="source-default-media" class="note">The <span title="concept-media-load-algorithm">resource
selection algorithm</span> is defined in such a way that when the
<code title="attr-source-media">media</code> attribute is omitted
the user agent acts the same as if the value was "<code
Expand Down Expand Up @@ -84145,7 +84146,8 @@ interface <dfn>NavigatorOnLine</dfn> {

<p class="note">A <span>synchronous section</span> never mutates the DOM, runs any script, or has
any side-effects detectable from another <span>synchronous section</span>, and thus <span
title="synchronous section">synchronous sections</span> can be run in any order.</p>
title="synchronous section">synchronous sections</span> can be run in any order, and cannot
<span>spin the event loop</span>.</p>

<p class="note">Steps in <span title="synchronous section">synchronous sections</span> are marked
with &#x231B;.</p>
Expand Down

0 comments on commit b1d1f41

Please sign in to comment.