[html5] r6237 - [e] (0) Correctness. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12418

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 15 16:22:21 PDT 2011


Author: ianh
Date: 2011-06-15 16:22:19 -0700 (Wed, 15 Jun 2011)
New Revision: 6237

Modified:
   complete.html
   index
   source
Log:
[e] (0) Correctness.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12418

Modified: complete.html
===================================================================
--- complete.html	2011-06-15 23:16:17 UTC (rev 6236)
+++ complete.html	2011-06-15 23:22:19 UTC (rev 6237)
@@ -34113,7 +34113,7 @@
      <a href=#ended-playback title="ended playback">playback ended</a>, or playback <a href=#stopped-due-to-errors>stopped due to errors</a>, or the element has <a href=#paused-for-user-interaction>paused for user interaction</a>.
    <tbody><tr><td><dfn id=event-media-seeking title=event-media-seeking><code>seeking</code></dfn>
      <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 and the seek operation is taking long enough that the user agent has time to fire the event.
+     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to true.
      <td>
     <tr><td><dfn id=event-media-seeked title=event-media-seeked><code>seeked</code></dfn>
      <td><code><a href=#event>Event</a></code>
@@ -36751,7 +36751,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img 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 आ 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 &#x03A9; are anchored, the ideographic baseline is where glyphs like 私 and 達 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 src=http://images.whatwg.org/baselines.png width=738></p>
+  <p><img 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 आ 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 私 and 達 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 src=http://images.whatwg.org/baselines.png width=738></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: index
===================================================================
--- index	2011-06-15 23:16:17 UTC (rev 6236)
+++ index	2011-06-15 23:22:19 UTC (rev 6237)
@@ -34106,7 +34106,7 @@
      <a href=#ended-playback title="ended playback">playback ended</a>, or playback <a href=#stopped-due-to-errors>stopped due to errors</a>, or the element has <a href=#paused-for-user-interaction>paused for user interaction</a>.
    <tbody><tr><td><dfn id=event-media-seeking title=event-media-seeking><code>seeking</code></dfn>
      <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 and the seek operation is taking long enough that the user agent has time to fire the event.
+     <td>The <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute changed to true.
      <td>
     <tr><td><dfn id=event-media-seeked title=event-media-seeked><code>seeked</code></dfn>
      <td><code><a href=#event>Event</a></code>

Modified: source
===================================================================
--- source	2011-06-15 23:16:17 UTC (rev 6236)
+++ source	2011-06-15 23:22:19 UTC (rev 6237)
@@ -37669,7 +37669,7 @@
     <tr>
      <td><dfn title="event-media-seeking"><code>seeking</code></dfn>
      <td><code>Event</code>
-     <td>The <code title="dom-media-seeking">seeking</code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
+     <td>The <code title="dom-media-seeking">seeking</code> IDL attribute changed to true.
      <td>
     <tr>
      <td><dfn title="event-media-seeked"><code>seeked</code></dfn>




More information about the Commit-Watchers mailing list