: mediagroup and other things Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12614

: mediagroup and other things Fixing
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12614

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.141&r2=1.142&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.html 9 May 2011 21:27:16 -0000 1.141
+++ Overview.html 9 May 2011 21:44:04 -0000 1.142
@@ -1277,6 +1277,14 @@
   <!-- rev 5974 -  -->
 
   <ul>
+   <li>The <code>MediaController</code> API and the <code>mediagroup</code>
+    attribute have been added to synchronize playback of media elements.
+
+   <li>Some ARIA defaults have changed.
+
+   <li>The <code>getName()</code> method on <code>TrackList</code> was
+    renamed to <code>getLabel()</code>.
+
    <li>The <code>border</code> attribute on <code>table</code> is now
     conforming.
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.src.html 9 May 2011 21:27:16 -0000 1.118
+++ Overview.src.html 9 May 2011 21:44:04 -0000 1.119
@@ -1070,6 +1070,9 @@
     <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 -  -->
 
     <ul>
+     <li>The <code>MediaController</code> API and the <code>mediagroup</code> attribute have been added to synchronize playback of media elements.
+     <li>Some ARIA defaults have changed.
+     <li>The <code>getName()</code> method on <code>TrackList</code> was renamed to <code>getLabel()</code>.
      <li>The <code>border</code> attribute on <code>table</code> is now conforming.
      <li>The <code>u</code> element is now conforming.
      <li>The <code>summary</code> attribute on <code>table</code> is now non-conforming.

Received on Monday, 9 May 2011 21:47:07 UTC