- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jun 2008 18:40:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences In directory hutz:/tmp/cvs-serv19253 Modified Files: Overview.html Overview.src.html Log Message: mention print events; name attribute is allowed on map/object/iframe; fix various dates Index: Overview.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- Overview.html 9 Jun 2008 18:33:39 -0000 1.48 +++ Overview.html 9 Jun 2008 18:40:42 -0000 1.49 @@ -922,8 +922,7 @@ <li><code>version</code> attribute on <code>html</code>. - <li><code>name</code> attribute on <code>map</code>, <code>img</code>, - <code>object</code>, <code>form</code>, <code>iframe</code>, + <li><code>name</code> attribute on <code>img</code>, <code>form</code> and <code>a</code> (use <code>id</code> instead). <li><code>scheme</code> attribute on <code>meta</code>. @@ -1219,6 +1218,9 @@ <li>A <code>showNotification()</code> method has been added to show notification messages to the user. + + <li>Support for <code>beforeprint</code> and <code>afterprint</code> + events has been added. </ul> <h2 class=no-num id=acknowledgments>Acknowledgments</h2> @@ -1238,7 +1240,7 @@ <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating the Right Layout Mode Using the Doctype Declaration</a></cite>, H. Sivonen, January - 2007. + 2008. <dt>[<dfn id=ref-dom2html>DOM2HTML</dfn>] @@ -1255,14 +1257,14 @@ <dt>[<dfn id=ref-html5>HTML5</dfn>] <dd><cite><a href="http://www.w3.org/TR/html5/">HTML 5</a></cite>, I. - Hickson, D. Hyatt, editors. W3C, January 2008. + Hickson, D. Hyatt, editors. W3C, June 2008. <dd><cite><a href="http://www.w3.org/TR/web-forms-2/">Web Forms 2.0</a></cite>, I. Hickson, editor. W3C, October 2006. <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML - 5</a></cite>, I. Hickson, editor. WHATWG, January 2008. + 5</a></cite>, I. Hickson, editor. WHATWG, June 2008. <dd><cite><a href="http://www.whatwg.org/specs/web-forms/current-work/">Web Forms @@ -1270,7 +1272,7 @@ <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML 5</a></cite> (editor's - draft), I. Hickson, D. Hyatt, editors. W3C, January 2008. + draft), I. Hickson, D. Hyatt, editors. W3C, June 2008. <dd><cite><a href="http://dev.w3.org/html5/web-forms-2/">Web Forms 2.0</a></cite> (editor's draft), I. Hickson, editor. W3C, October 2006. Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Overview.src.html 9 Jun 2008 18:33:39 -0000 1.27 +++ Overview.src.html 9 Jun 2008 18:40:42 -0000 1.28 @@ -817,9 +817,8 @@ <li><code>version</code> attribute on <code>html</code>. - <li><code>name</code> attribute on <code>map</code>, <code>img</code>, - <code>object</code>, <code>form</code>, <code>iframe</code>, - <code>a</code> (use <code>id</code> instead). + <li><code>name</code> attribute on <code>img</code>, + <code>form</code> and <code>a</code> (use <code>id</code> instead). <li><code>scheme</code> attribute on <code>meta</code>. @@ -1089,13 +1088,15 @@ elements have been added to support ruby annotation. <li>A <code>showNotification()</code> method has been added to show notification messages to the user. + <li>Support for <code>beforeprint</code> and <code>afterprint</code> + events has been added.</li> </ul> <h2 class="no-num" id="acknowledgments">Acknowledgments</h2> <p>The editor would like to thank - + Ben Millard, Cameron McCormack, Charles McCathieNevile, @@ -1113,7 +1114,7 @@ Olivier Gendrin, 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!</p> @@ -1127,7 +1128,7 @@ <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating the Right Layout Mode Using the Doctype Declaration</a></cite>, H. Sivonen, January - 2007.</dd> + 2008.</dd> <dt>[<dfn id="ref-dom2html">DOM2HTML</dfn>]</dt> @@ -1144,19 +1145,19 @@ <dt>[<dfn id="ref-html5">HTML5</dfn>]</dt> <dd><cite><a href="http://www.w3.org/TR/html5/">HTML 5</a></cite>, - I. Hickson, D. Hyatt, editors. W3C, January 2008.</dd> + I. Hickson, D. Hyatt, editors. W3C, June 2008.</dd> <dd><cite><a href="http://www.w3.org/TR/web-forms-2/">Web Forms 2.0</a></cite>, I. Hickson, editor. W3C, October 2006.</dd> <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML - 5</a></cite>, I. Hickson, editor. WHATWG, January 2008.</dd> + 5</a></cite>, I. Hickson, editor. WHATWG, June 2008.</dd> <dd><cite><a href="http://www.whatwg.org/specs/web-forms/current-work/">Web Forms 2.0</a></cite>, I. Hickson, editor. WHATWG, October 2006.</dd> <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML 5</a></cite> - (editor's draft), I. Hickson, D. Hyatt, editors. W3C, January + (editor's draft), I. Hickson, D. Hyatt, editors. W3C, June 2008.</dd> <dd><cite><a href="http://dev.w3.org/html5/web-forms-2/">Web Forms
Received on Monday, 9 June 2008 18:41:19 UTC