[html5] r1075 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 18 18:52:23 PDT 2007
Author: ianh
Date: 2007-10-18 18:52:22 -0700 (Thu, 18 Oct 2007)
New Revision: 1075
Modified:
index
source
Log:
[e] (0) A series of typo fixes in the <video> element section.
Modified: index
===================================================================
--- index 2007-10-19 01:27:20 UTC (rev 1074)
+++ index 2007-10-19 01:52:22 UTC (rev 1075)
@@ -14053,8 +14053,8 @@
<dd>
<p>The server returning a file of the wrong kind (e.g. one that that
turns out to not be pure audio when the <a href="#media5">media
- element</a> is a <code><a href="#audio1">audio</a></code> element), or
- the file using unsupported codecs for all the data, must cause the
+ element</a> is an <code><a href="#audio1">audio</a></code> element),
+ or the file using unsupported codecs for all the data, must cause the
user agent to execute the following steps. User agents may also
execute these steps in response to other codec-related fatal errors,
such as the file requiring more resources to process than the user
@@ -14637,9 +14637,9 @@
href="#networkstate">networkState</a></code> attribute is <code
title=dom-media-LOADED_METADATA><a
href="#loadedmetadata">LOADED_METADATA</a></code> or greater, and the user
- agent has <a href="#non-fatal-media-error">encounters a non-fatal
- error</a> during the processing of the <a href="#media7">media data</a>,
- and due to that error, is not able to play the content at the <a
+ agent <a href="#non-fatal-media-error">encounters a non-fatal error</a>
+ during the processing of the <a href="#media7">media data</a>, and due to
+ that error, is not able to play the content at the <a
href="#current">current playback position</a>.
<p>A <a href="#media5">media element</a> is said to have <dfn
@@ -14784,7 +14784,7 @@
title=dom-media-networkState><a
href="#networkstate">networkState</a></code> attribute has the value <a
href="#empty" title=dom-media-EMPTY>EMPTY</a>, then the user agent must
- sychronously invoke the <code title=dom-media-load><a
+ synchronously invoke the <code title=dom-media-load><a
href="#load">load()</a></code> method. If that raises an exception, that
exception must be reraised by the <code title=dom-media-play><a
href="#play">play()</a></code> method.
@@ -14827,14 +14827,11 @@
<code title=event-ratechange>ratechange</code> at the <a
href="#media5">media element</a>.
- <ul>
- <li>
- <p>If the fourth step above changed the value of <code
- title=dom-media-paused><a href="#paused">paused</a></code>, the user
- agent must <a href="#firing2">fire a simple event</a> called <code
- title=event-play><a href="#play0">play</a></code> at the <a
- href="#media5">media element</a>.
- </ul>
+ <p class=note>If the fourth step above changed the value of <code
+ title=dom-media-paused><a href="#paused">paused</a></code>, the user agent
+ must <a href="#firing2">fire a simple event</a> called <code
+ title=event-play><a href="#play0">play</a></code> at the <a
+ href="#media5">media element</a>.
<p>When the <dfn id=pause0 title=dom-media-pause><code>pause()</code></dfn>
method is invoked, the user agent must run the following steps:
@@ -14848,7 +14845,7 @@
sychronously invoke the <code title=dom-media-load><a
href="#load">load()</a></code> method. If that raises an exception, that
exception must be reraised by the <code title=dom-media-play><a
- href="#play">play()</a></code> method.
+ href="#play">pause()</a></code> method.
<li>
<p>If the <a href="#media5">media element</a>'s <code
@@ -14868,7 +14865,8 @@
agent must first <a href="#firing2">fire a simple event</a> called <code
title=event-timeupdate><a href="#timeupdate">timeupdate</a></code> at
the element, and then <a href="#firing2">fire a simple event</a> called
- title="event-pause">pause at the element.
+ <code title=event-pause><a href="#pause1">pause</a></code> at the
+ element.
</ol>
<p>The <dfn id=ended0 title=dom-media-ended><code>ended</code></dfn>
@@ -15064,7 +15062,7 @@
should <dfn id=expose>expose a user interface to the user</dfn>. This user
interface should include features to begin playback, pause playback, seek
to an arbitrary position in the content (if the content supports arbitrary
- seeking), change the volume, and showe the media content in manners more
+ seeking), change the volume, and show the media content in manners more
suitable to the user (e.g. full-screen video or in an independent
resizable window). Other controls may also be made available.
Modified: source
===================================================================
--- source 2007-10-19 01:27:20 UTC (rev 1074)
+++ source 2007-10-19 01:52:22 UTC (rev 1075)
@@ -11925,7 +11925,7 @@
<p>The server returning a file of the wrong kind (e.g. one that
that turns out to not be pure audio when the <span>media
- element</span> is a <code>audio</code> element), or the file
+ element</span> is an <code>audio</code> element), or the file
using unsupported codecs for all the data, must cause the user
agent to execute the following steps. User agents may also
execute these steps in response to other codec-related fatal
@@ -12492,7 +12492,7 @@
errors</dfn> when the element's <code
title="dom-media-networkState">networkState</code> attribute is
<code title="dom-media-LOADED_METADATA">LOADED_METADATA</code> or
- greater, and the user agent has <a
+ greater, and the user agent <a
href="#non-fatal-media-error">encounters a non-fatal error</a>
during the processing of the <span>media data</span>, and due to
that error, is not able to play the content at the <span>current
@@ -12633,7 +12633,7 @@
<li><p>If the <span>media element</span>'s <code
title="dom-media-networkState">networkState</code> attribute has
the value <span title="dom-media-EMPTY">EMPTY</span>, then the user
- agent must sychronously invoke the <code
+ agent must synchronously invoke the <code
title="dom-media-load">load()</code> method. If that raises an
exception, that exception must be reraised by the <code
title="dom-media-play">play()</code> method.</p></li>
@@ -12658,24 +12658,24 @@
<li><p>The method must then return.</p></li>
- <p class="note">If the second step above involved a seek, the user
- agent will <span>fire a simple event</span> called <code
- title="event-timeupdate">timeupdate</code> at the <span>media
- element</span>.</p></li>
+ </ol>
- <p class="note">If the third step above caused the <code
- title="dom-media-playbackRate">playbackRate</code> attribute to
- change value, the user agent will <span>fire a simple event</span>
- called <code title="event-ratechange">ratechange</code> at the
- <span>media element</span>.</p></li>
+ <p class="note">If the second step above involved a seek, the user
+ agent will <span>fire a simple event</span> called <code
+ title="event-timeupdate">timeupdate</code> at the <span>media
+ element</span>.</p>
- <li><p>If the fourth step above changed the value of <code
- title="dom-media-paused">paused</code>, the user agent must
- <span>fire a simple event</span> called <code
- title="event-play">play</code> at the <span>media
- element</span>.</p></li>
+ <p class="note">If the third step above caused the <code
+ title="dom-media-playbackRate">playbackRate</code> attribute to
+ change value, the user agent will <span>fire a simple event</span>
+ called <code title="event-ratechange">ratechange</code> at the
+ <span>media element</span>.</p>
- </ol>
+ <p class="note">If the fourth step above changed the value of <code
+ title="dom-media-paused">paused</code>, the user agent must
+ <span>fire a simple event</span> called <code
+ title="event-play">play</code> at the <span>media
+ element</span>.</p>
@@ -12690,7 +12690,7 @@
agent must sychronously invoke the <code
title="dom-media-load">load()</code> method. If that raises an
exception, that exception must be reraised by the <code
- title="dom-media-play">play()</code> method.</p></li>
+ title="dom-media-play">pause()</code> method.</p></li>
<li><p>If the <span>media element</span>'s <code
title="dom-media-paused">paused</code> attribute is false, it must
@@ -12705,7 +12705,7 @@
title="dom-media-paused">paused</code>, the user agent must first
<span>fire a simple event</span> called <code
title="event-timeupdate">timeupdate</code> at the element, and then
- <span>fire a simple event</span> called
+ <span>fire a simple event</span> called <code
title="event-pause">pause</code> at the element.</p></li>
</ol>
@@ -12897,10 +12897,10 @@
agent should <dfn>expose a user interface to the user</dfn>. This
user interface should include features to begin playback, pause
playback, seek to an arbitrary position in the content (if the
- content supports arbitrary seeking), change the volume, and showe
- the media content in manners more suitable to the user
- (e.g. full-screen video or in an independent resizable
- window). Other controls may also be made available.</p>
+ content supports arbitrary seeking), change the volume, and show the
+ media content in manners more suitable to the user (e.g. full-screen
+ video or in an independent resizable window). Other controls may
+ also be made available.</p>
<p>If the attribute is absent, then the user agent should avoid
making a user interface available that could conflict with an
More information about the Commit-Watchers
mailing list