- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 04:23:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4991
Modified Files:
Overview.html
Log Message:
list the media elements (whatwg r5371)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4285
retrieving revision 1.4286
diff -u -d -r1.4285 -r1.4286
--- Overview.html 27 Aug 2010 00:38:48 -0000 1.4285
+++ Overview.html 27 Aug 2010 04:23:52 -0000 1.4286
@@ -20781,8 +20781,9 @@
...
</video></pre>
- </div><h4 id="media-elements"><span class="secno">4.8.9 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="media-element" title="media element">Media elements</dfn> implement the
- following interface:<pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
+ </div><h4 id="media-elements"><span class="secno">4.8.9 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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:<pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
// error state
readonly attribute <a href="#mediaerror">MediaError</a> <a href="#dom-media-error" title="dom-media-error">error</a>;
Received on Friday, 27 August 2010 04:23:58 UTC