- From: poot <cvsmail@w3.org>
- Date: Mon, 09 May 2011 18:22:12 -0400
- To: public-html-diffs@w3.org
: more changes http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.142&r2=1.143&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.142 retrieving revision 1.143 diff -u -d -r1.142 -r1.143 --- Overview.html 9 May 2011 21:44:04 -0000 1.142 +++ Overview.html 9 May 2011 22:19:04 -0000 1.143 @@ -1277,10 +1277,26 @@ <!-- rev 5974 - --> <ul> + <li>The <code>values</code> attribute on <code>PropertyNodeList</code> has + been replaced with a <code>getValues()</code> method. + + <li>The <code>select</code> event has been specified. + + <li>The <code>selectDirection</code> IDL attribute has been added to + <code>input</code> and <code>textarea</code>. + + <li>The <code>:enabled</code> and <code>:disabled</code> pseudo-classes + now match <code>fieldset</code>, and the <code>:indeterminate</code> + pseudo-class can now match <code>progress</code>. + + <li>The <code>getKind()</code> method has been added to + <code>TrackList</code>. + <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>Some ARIA defaults have changed, and it is now invalid to specify ARIA + attributes that match the defaults. <li>The <code>getName()</code> method on <code>TrackList</code> was renamed to <code>getLabel()</code>. @@ -1368,7 +1384,8 @@ elements. When specified the directionality as specified by the user will be submitted to the server as well. - <li>A new <code>track</code> element was added for video text tracks. + <li>A new <code>track</code> element and associated TextTrack API were + added for video text tracks. </ul> <p>The <code>getSelection()</code> API moved to a separate <a Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- Overview.src.html 9 May 2011 21:44:04 -0000 1.119 +++ Overview.src.html 9 May 2011 22:19:04 -0000 1.120 @@ -1070,8 +1070,13 @@ <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - --> <ul> + <li>The <code>values</code> attribute on <code>PropertyNodeList</code> has been replaced with a <code>getValues()</code> method. + <li>The <code>select</code> event has been specified. + <li>The <code>selectDirection</code> IDL attribute has been added to <code>input</code> and <code>textarea</code>. + <li>The <code>:enabled</code> and <code>:disabled</code> pseudo-classes now match <code>fieldset</code>, and the <code>:indeterminate</code> pseudo-class can now match <code>progress</code>. + <li>The <code>getKind()</code> method has been added to <code>TrackList</code>. <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>Some ARIA defaults have changed, and it is now invalid to specify ARIA attributes that match the defaults. <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. @@ -1128,7 +1133,7 @@ <li>A <code>dirname</code> attribute was added to <code>input</code> elements. When specified the directionality as specified by the user will be submitted to the server as well.</li> - <li>A new <code>track</code> element was added for video text tracks.</li> + <li>A new <code>track</code> element and associated TextTrack API were added for video text tracks.</li> </ul> <p>The <code>getSelection()</code> API moved to a separate
Received on Monday, 9 May 2011 22:22:14 UTC