html5/spec Overview.html,1.2024,1.2025

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22742

Modified Files:
	Overview.html 
Log Message:
typos, mark bad examples, include feature requests for video (whatwg r2854)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2024
retrieving revision 1.2025
diff -u -d -r1.2024 -r1.2025
--- Overview.html	23 Feb 2009 08:55:43 -0000	1.2024
+++ Overview.html	23 Feb 2009 10:54:30 -0000	1.2025
@@ -5831,7 +5831,7 @@
    subheading or subtitle (a subordinate heading for the same
    section).</p>
 
-   <pre>&lt;body&gt;
+   <pre class=bad>&lt;body&gt;
  &lt;h1&gt;ABC Company&lt;/h1&gt;
  &lt;h2&gt;Leading the way in widget design since 1432&lt;/h2&gt;
  ...</pre>
@@ -14926,6 +14926,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
   present audio data, or video and audio data, to the user. This is
   referred to as <dfn id=media-data>media data</dfn> in this section, since this
@@ -15338,7 +15343,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>
 

Received on Monday, 23 February 2009 10:54:42 UTC