- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Apr 2009 08:49:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv13389 Modified Files: Overview.html Overview.src.html Log Message: typos; remove bold claim; add datagrid changes; set pubdate Index: Overview.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- Overview.html 15 Apr 2009 22:01:36 -0000 1.65 +++ Overview.html 20 Apr 2009 08:49:53 -0000 1.66 @@ -20,13 +20,13 @@ <h1 id=html5-diff>HTML 5 differences from HTML 4</h1> - <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 15 April 2009</h2> + <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 21 April 2009</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2009/WD-html5-diff-20090415/">http://www.w3.org/TR/2009/WD-html5-diff-20090415/</a> + href="http://www.w3.org/TR/2009/WD-html5-diff-20090421/">http://www.w3.org/TR/2009/WD-html5-diff-20090421/</a> <dt>Latest Version: @@ -93,7 +93,7 @@ can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/.</em> - <p>This is the 15 April 2009 W3C Working Draft produced by the <a + <p>This is the 21 April 2009 W3C Working Draft produced by the <a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working Group intends to publish this document as a <a @@ -604,7 +604,7 @@ calculation done through scripting. <li> - <p><code>ruby</code>, <code>rt</code> and <code>rb</code> allow for + <p><code>ruby</code>, <code>rt</code> and <code>rp</code> allow for marking up ruby annotations. </ul> @@ -696,6 +696,10 @@ instance. <li> + <p>A new <code>placeholder</code> attribute can be specified on the + <code>input</code> and <code>textarea</code> elements. + + <li> <p>The new <code>form</code> attribute for <code>input</code>, <code>output</code>, <code>select</code>, <code>textarea</code>, <code>button</code> and <code>fieldset</code> elements allows for @@ -848,8 +852,8 @@ <li> <p>For the <code>label</code> element the browser should no longer move - focus from the label to the control unless such behaviour is standard - for the underlying platform user interface. + focus from the label to the control unless such behavior is standard for + the underlying platform user interface. <li> <p>The <code>menu</code> element is redefined to be useful for toolbars @@ -1077,8 +1081,7 @@ --> <li>API that exposes the history and allows pages to add to it to prevent - breaking the back button. (This API has the necessary security - restrictions in place.) + breaking the back button. <li>Cross-document messaging.</li> <!-- @@ -1229,6 +1232,9 @@ <code>textarea</code> element. <li>Added a <code>keygen</code> element for key pair generation. + + <li>The <code>datagrid</code> element was revised to make the API more + asynchronous and allow for unloaded parts of the grid. </ul> <p>In addition, several parts of HTML 5 have been taken out and will @@ -1497,7 +1503,7 @@ supports the <code>min</code> and <code>max</code> attributes. <li>The <code>allow</code> attribute on <code>input</code> elements in the - File Upload state is no longer authorative. + File Upload state is no longer authoritative. <li>The <code>pattern</code> and <code>accept</code> attributes for <code>textarea</code> have been removed. @@ -1636,12 +1642,12 @@ <p>The editor would like to thank Ben Millard, Cameron McCormack, Charles McCathieNevile, Dan Connolly, David Håsäther, Frank Ellermann, - Henri Sivonen, James Graham, Jürgen Jeka, Maciej Stachowiak, Mark - Pilgrim, Martijn Wargers, Martyn Haigh, Masataka Yakura, Michael Smith, - Olivier Gendrin, Øistein E. Andersen, Philip Taylor and Simon - Pieters for their contributions to this document as well as to all the - people who have contributed to HTML 5 over the years for improving - the Web! + Henri Sivonen, James Graham, Jens Meiert, Jürgen Jeka, Maciej + Stachowiak, Mark Pilgrim, Martijn Wargers, Martyn Haigh, Masataka Yakura, + Michael Smith, Olivier Gendrin, Øistein E. Andersen, Philip Taylor + and Simon Pieters for their contributions to this document as well as to + all the people who have contributed to HTML 5 over the years for + improving the Web! <h2 class=no-num id=references>References</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- Overview.src.html 15 Apr 2009 22:01:36 -0000 1.44 +++ Overview.src.html 20 Apr 2009 08:49:53 -0000 1.45 @@ -517,7 +517,7 @@ <li><p><code>output</code> represents some type of output, such as from a calculation done through scripting.</p></li> - <li><p><code>ruby</code>, <code>rt</code> and <code>rb</code> allow + <li><p><code>ruby</code>, <code>rt</code> and <code>rp</code> allow for marking up ruby annotations.</p></li> </ul> @@ -603,6 +603,9 @@ experience as the user can turn it off if he does not like it, for instance. + <li><p>A new <code>placeholder</code> attribute can be specified on + the <code>input</code> and <code>textarea</code> elements.</p></li> + <li><p>The new <code>form</code> attribute for <code>input</code>, <code>output</code>, <code>select</code>, <code>textarea</code>, <code>button</code> and <code>fieldset</code> elements allows for @@ -740,7 +743,7 @@ language.</p></li> <li><p>For the <code>label</code> element the browser should no longer - move focus from the label to the control unless such behaviour is standard + move focus from the label to the control unless such behavior is standard for the underlying platform user interface.</p></li> <li><p>The <code>menu</code> element is redefined to be useful for @@ -977,8 +980,7 @@ --> <li>API that exposes the history and allows pages to add to it to prevent - breaking the back button. (This API has the necessary security - restrictions in place.)</li> + breaking the back button.</li> <li>Cross-document messaging.</li> @@ -1107,6 +1109,8 @@ <li>The <code>placeholder</code> attribute has been added to the <code>textarea</code> element.</li> <li>Added a <code>keygen</code> element for key pair generation.</li> + <li>The <code>datagrid</code> element was revised to make the API more + asynchronous and allow for unloaded parts of the grid.</li> </ul> <p>In addition, several parts of HTML 5 have been taken out and @@ -1303,7 +1307,7 @@ <li>The <code>input</code> element in the File Upload state no longer supports the <code>min</code> and <code>max</code> attributes.</li> <li>The <code>allow</code> attribute on <code>input</code> elements in - the File Upload state is no longer authorative.</li> + the File Upload state is no longer authoritative.</li> <li>The <code>pattern</code> and <code>accept</code> attributes for <code>textarea</code> have been removed.</li> <li>RFC 3106 is no longer explicitly supported.</li> @@ -1415,6 +1419,7 @@ Frank Ellermann, Henri Sivonen, James Graham, + Jens Meiert, Jürgen Jeka, Maciej Stachowiak, Mark Pilgrim,
Received on Monday, 20 April 2009 08:50:09 UTC