[html5] r2854 - [e] (0) typos, mark bad examples, include feature requests for video

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 23 02:54:25 PST 2009


Author: ianh
Date: 2009-02-23 02:54:24 -0800 (Mon, 23 Feb 2009)
New Revision: 2854

Modified:
   index
   source
Log:
[e] (0) typos, mark bad examples, include feature requests for video

Modified: index
===================================================================
--- index	2009-02-23 08:55:37 UTC (rev 2853)
+++ index	2009-02-23 10:54:24 UTC (rev 2854)
@@ -6990,7 +6990,7 @@
    subheading or subtitle (a subordinate heading for the same
    section).</p>
 
-   <pre><body>
+   <pre class=bad><body>
  <h1>ABC Company</h1>
  <h2>Leading the way in widget design since 1432</h2>
  ...</pre>
@@ -18259,6 +18259,11 @@
     * balance and 3D position audio
     * audio filters
     * audio synthesis
+    * feedback to the script on how well the video is playing
+       - frames per second?
+       - skipped frames per second?
+       - an event that reports playback difficulties?
+       - an arbitrary quality metric?
   -->
 
   <p><a href=#media-element title="media element">Media elements</a> are used to
@@ -18730,7 +18735,7 @@
      to false. This stops <a href=#delay-the-load-event title="delay the load event">delaying
      the load event</a>.</li>
 
-     <li><p>Wait until the node after <var title="">painter</var> is a
+     <li><p>Wait until the node after <var title="">pointer</var> is a
      node other than the end of the list. (This step might wait
      forever.)</li>
 

Modified: source
===================================================================
--- source	2009-02-23 08:55:37 UTC (rev 2853)
+++ source	2009-02-23 10:54:24 UTC (rev 2854)
@@ -7082,7 +7082,7 @@
    subheading or subtitle (a subordinate heading for the same
    section).</p>
 
-   <pre><body>
+   <pre class="bad"><body>
  <h1>ABC Company</h1>
  <h2>Leading the way in widget design since 1432</h2>
  ...</pre>
@@ -19567,6 +19567,11 @@
     * balance and 3D position audio
     * audio filters
     * audio synthesis
+    * feedback to the script on how well the video is playing
+       - frames per second?
+       - skipped frames per second?
+       - an event that reports playback difficulties?
+       - an arbitrary quality metric?
   -->
 
   <p><span title="media element">Media elements</span> are used to
@@ -20130,7 +20135,7 @@
      to false. This stops <span title="delay the load event">delaying
      the load event</span>.</p></li>
 
-     <li><p>Wait until the node after <var title="">painter</var> is a
+     <li><p>Wait until the node after <var title="">pointer</var> is a
      node other than the end of the list. (This step might wait
      forever.)</p></li>
 




More information about the Commit-Watchers mailing list