- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Feb 2009 10:54:33 +0000
- To: public-html-commits@w3.org
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><body> + <pre class=bad><body> <h1>ABC Company</h1> <h2>Leading the way in widget design since 1432</h2> ...</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