[html5] r7944 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 7 16:41:17 PDT 2013


Author: ianh
Date: 2013-06-07 16:41:16 -0700 (Fri, 07 Jun 2013)
New Revision: 7944

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22004
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2013-06-07 23:39:08 UTC (rev 7943)
+++ complete.html	2013-06-07 23:41:16 UTC (rev 7944)
@@ -28577,10 +28577,10 @@
      <dd>
 
       <p>The user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named
-      <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code>.</p>
+      <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code> at the element.</p>
 
       <p>If the element's <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is false, the user
-      agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+      agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code> at the element.</p>
 
      </dd>
 
@@ -28590,8 +28590,9 @@
      <dd>
 
       <p>If the previous ready state was <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code> or less, the user agent must
-      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code>, and, if the element's <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is false, <a href=#queue-a-task>queue a task</a> to
-      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code> at the element, and, if the element's <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is false, <a href=#queue-a-task>queue a task</a> to
+      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>
+      at the element.</p>
 
       <p>If the <a href=#autoplaying-flag>autoplaying flag</a> is true, and the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is true, and the <a href=#media-element>media element</a>
       has an <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute specified, and the
@@ -28599,15 +28600,15 @@
       does not have the <a href=#sandboxed-automatic-features-browsing-context-flag>sandboxed automatic features browsing context flag</a> set, then
       the user agent may also set the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute to
       false, set the element's <a href=#show-poster-flag>show poster flag</a> to false, <a href=#queue-a-task>queue a task</a> to
-      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-play><a href=#event-media-play>play</a></code>, and
-      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-play><a href=#event-media-play>play</a></code> at the element, and
+      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code> at the element.</p>
 
       <p class=note>User agents do not need to support autoplay, and it is suggested that user
       agents honor user preferences on the matter. Authors are urged to use the <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute rather than using script to force the
       video to play, so as to allow the user to override the behavior if so desired.</p>
 
       <p>In any case, the user agent must finally <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-      event</a> named <code title=event-media-canplaythrough><a href=#event-media-canplaythrough>canplaythrough</a></code>.</p>
+      event</a> named <code title=event-media-canplaythrough><a href=#event-media-canplaythrough>canplaythrough</a></code> at the element.</p>
 
      </dd>
 

Modified: index
===================================================================
--- index	2013-06-07 23:39:08 UTC (rev 7943)
+++ index	2013-06-07 23:41:16 UTC (rev 7944)
@@ -28577,10 +28577,10 @@
      <dd>
 
       <p>The user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named
-      <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code>.</p>
+      <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code> at the element.</p>
 
       <p>If the element's <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is false, the user
-      agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+      agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code> at the element.</p>
 
      </dd>
 
@@ -28590,8 +28590,9 @@
      <dd>
 
       <p>If the previous ready state was <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code> or less, the user agent must
-      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code>, and, if the element's <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is false, <a href=#queue-a-task>queue a task</a> to
-      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-canplay><a href=#event-media-canplay>canplay</a></code> at the element, and, if the element's <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is false, <a href=#queue-a-task>queue a task</a> to
+      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>
+      at the element.</p>
 
       <p>If the <a href=#autoplaying-flag>autoplaying flag</a> is true, and the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is true, and the <a href=#media-element>media element</a>
       has an <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute specified, and the
@@ -28599,15 +28600,15 @@
       does not have the <a href=#sandboxed-automatic-features-browsing-context-flag>sandboxed automatic features browsing context flag</a> set, then
       the user agent may also set the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute to
       false, set the element's <a href=#show-poster-flag>show poster flag</a> to false, <a href=#queue-a-task>queue a task</a> to
-      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-play><a href=#event-media-play>play</a></code>, and
-      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code>.</p>
+      <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-play><a href=#event-media-play>play</a></code> at the element, and
+      <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-playing><a href=#event-media-playing>playing</a></code> at the element.</p>
 
       <p class=note>User agents do not need to support autoplay, and it is suggested that user
       agents honor user preferences on the matter. Authors are urged to use the <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute rather than using script to force the
       video to play, so as to allow the user to override the behavior if so desired.</p>
 
       <p>In any case, the user agent must finally <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-      event</a> named <code title=event-media-canplaythrough><a href=#event-media-canplaythrough>canplaythrough</a></code>.</p>
+      event</a> named <code title=event-media-canplaythrough><a href=#event-media-canplaythrough>canplaythrough</a></code> at the element.</p>
 
      </dd>
 

Modified: source
===================================================================
--- source	2013-06-07 23:39:08 UTC (rev 7943)
+++ source	2013-06-07 23:41:16 UTC (rev 7944)
@@ -30412,11 +30412,11 @@
      <dd>
 
       <p>The user agent must <span>queue a task</span> to <span>fire a simple event</span> named
-      <code title="event-media-canplay">canplay</code>.</p>
+      <code title="event-media-canplay">canplay</code> at the element.</p>
 
       <p>If the element's <code title="dom-media-paused">paused</code> attribute is false, the user
       agent must <span>queue a task</span> to <span>fire a simple event</span> named <code
-      title="event-media-playing">playing</code>.</p>
+      title="event-media-playing">playing</code> at the element.</p>
 
      </dd>
 
@@ -30429,9 +30429,10 @@
       <p>If the previous ready state was <code
       title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code> or less, the user agent must
       <span>queue a task</span> to <span>fire a simple event</span> named <code
-      title="event-media-canplay">canplay</code>, and, if the element's <code
+      title="event-media-canplay">canplay</code> at the element, and, if the element's <code
       title="dom-media-paused">paused</code> attribute is false, <span>queue a task</span> to
-      <span>fire a simple event</span> named <code title="event-media-playing">playing</code>.</p>
+      <span>fire a simple event</span> named <code title="event-media-playing">playing</code>
+      at the element.</p>
 
       <p>If the <span>autoplaying flag</span> is true, and the <code
       title="dom-media-paused">paused</code> attribute is true, and the <span>media element</span>
@@ -30440,9 +30441,9 @@
       does not have the <span>sandboxed automatic features browsing context flag</span> set, then
       the user agent may also set the <code title="dom-media-paused">paused</code> attribute to
       false, set the element's <span>show poster flag</span> to false, <span>queue a task</span> to
-      <span>fire a simple event</span> named <code title="event-media-play">play</code>, and
+      <span>fire a simple event</span> named <code title="event-media-play">play</code> at the element, and
       <span>queue a task</span> to <span>fire a simple event</span> named <code
-      title="event-media-playing">playing</code>.</p>
+      title="event-media-playing">playing</code> at the element.</p>
 
       <p class="note">User agents do not need to support autoplay, and it is suggested that user
       agents honor user preferences on the matter. Authors are urged to use the <code
@@ -30450,7 +30451,7 @@
       video to play, so as to allow the user to override the behavior if so desired.</p>
 
       <p>In any case, the user agent must finally <span>queue a task</span> to <span>fire a simple
-      event</span> named <code title="event-media-canplaythrough">canplaythrough</code>.</p>
+      event</span> named <code title="event-media-canplaythrough">canplaythrough</code> at the element.</p>
 
      </dd>
 




More information about the Commit-Watchers mailing list