- From: poot <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 13:29:59 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: list the media elements (whatwg r5371)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4285&r2=1.4286&f=h
http://html5.org/tools/web-apps-tracker?from=5370&to=5371
===================================================================
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:24:40 UTC