spec/Overview.html 1.2025 2854 typos, mark bad examples, include featur

typos, mark bad examples, include feature requests for video (whatwg
r2854)

media element attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2025.html#media-element-attributes
media data
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2025.html#media-data
3.3 Elements
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2025.html#elements
load algorithm
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2025.html#concept-media-load-algorithm

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2024&r2=1.2025&f=h
http://html5.org/tools/web-apps-tracker?from=2853&to=2854

===================================================================
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:58:08 UTC