- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 21:44:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv12813
Modified Files:
Overview.src.html Overview.html
Log Message:
mediagroup and other things Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12614
Index: Overview.html
===================================================================
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:44:07 UTC