Skip to content

Commit

Permalink
[e] (0) list the media elements
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9864

git-svn-id: http://svn.whatwg.org/webapps@5371 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 27, 2010
1 parent c6fe824 commit bcf75d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -24253,8 +24253,9 @@ <h4 id=the-track-element><span class=secno>4.8.9 </span>The <dfn><code>track</co

<h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>

<p><dfn id=media-element title="media element">Media elements</dfn> implement the
following interface:</p>
<p><dfn id=media-element title="media element">Media elements</dfn>
(<code><a href=#audio>audio</a></code> and <code><a href=#video>video</a></code>, in this specification)
implement the following interface:</p>

<pre class=idl>interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement>HTMLElement</a> {

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -24178,8 +24178,9 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

<h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>

<p><dfn id=media-element title="media element">Media elements</dfn> implement the
following interface:</p>
<p><dfn id=media-element title="media element">Media elements</dfn>
(<code><a href=#audio>audio</a></code> and <code><a href=#video>video</a></code>, in this specification)
implement the following interface:</p>

<pre class=idl>interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement>HTMLElement</a> {

Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -25988,8 +25988,9 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<h4>Media elements</h4>

<p><dfn title="media element">Media elements</dfn> implement the
following interface:</p>
<p><dfn title="media element">Media elements</dfn>
(<code>audio</code> and <code>video</code>, in this specification)
implement the following interface:</p>

<pre class="idl">interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {

Expand Down

0 comments on commit bcf75d6

Please sign in to comment.