html5/spec spec.html,1.1193,1.1194 video.html,1.883,1.884

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5137

Modified Files:
	spec.html video.html 
Log Message:
list the media elements (whatwg r5371)

[updated by splitter]


Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.883
retrieving revision 1.884
diff -u -d -r1.883 -r1.884
--- video.html	26 Aug 2010 18:06:34 -0000	1.883
+++ video.html	27 Aug 2010 04:26:33 -0000	1.884
@@ -862,8 +862,9 @@
  ...
 &lt;/video&gt;</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><p><dfn id="media-element" title="media element">Media elements</dfn> implement the
-  following interface:</p><pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="elements.html#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><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="elements.html#htmlelement">HTMLElement</a> {
 
   // error state
   readonly attribute <a href="#mediaerror">MediaError</a> <a href="#dom-media-error" title="dom-media-error">error</a>;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1193
retrieving revision 1.1194
diff -u -d -r1.1193 -r1.1194
--- spec.html	27 Aug 2010 00:47:17 -0000	1.1193
+++ spec.html	27 Aug 2010 04:26:33 -0000	1.1194
@@ -336,7 +336,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4285.
+This is revision 1.4286.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 27 August 2010 04:26:39 UTC