[html5] r5371 - [e] (0) list the media elements Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 26 21:23:49 PDT 2010
Author: ianh
Date: 2010-08-26 21:23:48 -0700 (Thu, 26 Aug 2010)
New Revision: 5371
Modified:
complete.html
index
source
Log:
[e] (0) list the media elements
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9864
Modified: complete.html
===================================================================
--- complete.html 2010-08-27 04:16:47 UTC (rev 5370)
+++ complete.html 2010-08-27 04:23:48 UTC (rev 5371)
@@ -24253,8 +24253,9 @@
<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> {
Modified: index
===================================================================
--- index 2010-08-27 04:16:47 UTC (rev 5370)
+++ index 2010-08-27 04:23:48 UTC (rev 5371)
@@ -24178,8 +24178,9 @@
<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> {
Modified: source
===================================================================
--- source 2010-08-27 04:16:47 UTC (rev 5370)
+++ source 2010-08-27 04:23:48 UTC (rev 5371)
@@ -25988,8 +25988,9 @@
<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> {
More information about the Commit-Watchers
mailing list