Skip to content

Commit

Permalink
[e] (0) typos, mark bad examples, include feature requests for video
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2854 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 23, 2009
1 parent 1876522 commit a397b66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions index
Expand Up @@ -6990,7 +6990,7 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
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>
Expand Down Expand Up @@ -18259,6 +18259,11 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
* 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
Expand Down Expand Up @@ -18730,7 +18735,7 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
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>

Expand Down
9 changes: 7 additions & 2 deletions source
Expand Up @@ -7082,7 +7082,7 @@ interface <dfn>HTMLDocument</dfn> {
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>
Expand Down Expand Up @@ -19567,6 +19567,11 @@ interface <dfn>CueRangeCallback</dfn> {
* 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
Expand Down Expand Up @@ -20130,7 +20135,7 @@ interface <dfn>CueRangeCallback</dfn> {
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>

Expand Down

0 comments on commit a397b66

Please sign in to comment.