[html5] r8335 - [e] (0) Clarify the entries for the seeking and seeked events in the media event [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 6 11:31:40 PST 2013


Author: ianh
Date: 2013-12-06 11:31:38 -0800 (Fri, 06 Dec 2013)
New Revision: 8335

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify the entries for the seeking and seeked events in the media event summary table
Affected topics: HTML, Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2013-12-06 19:10:29 UTC (rev 8334)
+++ complete.html	2013-12-06 19:31:38 UTC (rev 8335)
@@ -30851,7 +30851,7 @@
 
      <td><code><a href=#event>Event</a></code>
 
-     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to true.
+     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to true, and the user agent has started seeking to a new position.
 
      <td>
 
@@ -30859,7 +30859,7 @@
 
      <td><code><a href=#event>Event</a></code>
 
-     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to false.
+     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to false after the <a href=#current-playback-position>current playback position</a> was changed.
 
      <td>
 
@@ -54720,7 +54720,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like " height=300>79C1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
+  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like &#x79c1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 
@@ -101725,11 +101725,12 @@
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
+  André E. Veltstra,
   Andrea Rendine,
   Andreas<!-- mqmq87 -->,
   Andreas Kling,
   Andrei Popescu,
-  André E. Veltstra,
+  Andres Gomez,
   Andrew Barfield,
   Andrew Clover,
   Andrew Gove,

Modified: index
===================================================================
--- index	2013-12-06 19:10:29 UTC (rev 8334)
+++ index	2013-12-06 19:31:38 UTC (rev 8335)
@@ -30851,7 +30851,7 @@
 
      <td><code><a href=#event>Event</a></code>
 
-     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to true.
+     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to true, and the user agent has started seeking to a new position.
 
      <td>
 
@@ -30859,7 +30859,7 @@
 
      <td><code><a href=#event>Event</a></code>
 
-     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to false.
+     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to false after the <a href=#current-playback-position>current playback position</a> was changed.
 
      <td>
 
@@ -54720,7 +54720,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like " height=300>79C1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
+  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like &#x79c1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 
@@ -101725,11 +101725,12 @@
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
+  André E. Veltstra,
   Andrea Rendine,
   Andreas<!-- mqmq87 -->,
   Andreas Kling,
   Andrei Popescu,
-  André E. Veltstra,
+  Andres Gomez,
   Andrew Barfield,
   Andrew Clover,
   Andrew Gove,

Modified: source
===================================================================
--- source	2013-12-06 19:10:29 UTC (rev 8334)
+++ source	2013-12-06 19:31:38 UTC (rev 8335)
@@ -33277,7 +33277,7 @@
 
      <td><code>Event</code>
 
-     <td>The <code data-x="dom-media-seeking">seeking</code> IDL attribute changed to true.
+     <td>The <code data-x="dom-media-seeking">seeking</code> IDL attribute changed to true, and the user agent has started seeking to a new position.
 
      <td>
 
@@ -33287,7 +33287,7 @@
 
      <td><code>Event</code>
 
-     <td>The <code data-x="dom-media-seeking">seeking</code> IDL attribute changed to false.
+     <td>The <code data-x="dom-media-seeking">seeking</code> IDL attribute changed to false after the <span>current playback position</span> was changed.
 
      <td>
 
@@ -113673,11 +113673,12 @@
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
+  André E. Veltstra,
   Andrea Rendine,
   Andreas<!-- mqmq87 -->,
   Andreas Kling,
   Andrei Popescu,
-  André E. Veltstra,
+  Andres Gomez,
   Andrew Barfield,
   Andrew Clover,
   Andrew Gove,




More information about the Commit-Watchers mailing list