- From: poot <cvsmail@w3.org>
- Date: Thu, 31 Mar 2011 05:20:46 -0400
- To: public-html-diffs@w3.org
: update the document with changes since last publication http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.124&r2=1.125&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.124 retrieving revision 1.125 diff -u -d -r1.124 -r1.125 --- Overview.html 31 Mar 2011 08:25:45 -0000 1.124 +++ Overview.html 31 Mar 2011 09:18:02 -0000 1.125 @@ -205,28 +205,31 @@ <li><a href="#changelog"><span class=secno>5. </span>HTML5 Changelogs</a> <ul class=toc> - <li><a href="#changes-2010-10-19"><span class=secno>5.1. </span>Changes + <li><a href="#changes-2011-01-13"><span class=secno>5.1. </span>Changes + since 13 January 2011</a> + + <li><a href="#changes-2010-10-19"><span class=secno>5.2. </span>Changes since 19 October 2010</a> - <li><a href="#changes-2010-06-24"><span class=secno>5.2. </span>Changes + <li><a href="#changes-2010-06-24"><span class=secno>5.3. </span>Changes from 24 June 2010 to 19 October 2010</a> - <li><a href="#changes-2010-03-04"><span class=secno>5.3. </span>Changes + <li><a href="#changes-2010-03-04"><span class=secno>5.4. </span>Changes from 4 March 2010 to 24 June 2010</a> - <li><a href="#changes-2009-08-25"><span class=secno>5.4. </span>Changes + <li><a href="#changes-2009-08-25"><span class=secno>5.5. </span>Changes from 25 August 2009 to 4 March 2010</a> - <li><a href="#changes-2009-04-23"><span class=secno>5.5. </span>Changes + <li><a href="#changes-2009-04-23"><span class=secno>5.6. </span>Changes from 23 April 2009 to 25 August 2009</a> - <li><a href="#changes-2009-02-12"><span class=secno>5.6. </span>Changes + <li><a href="#changes-2009-02-12"><span class=secno>5.7. </span>Changes from 12 February 2009 to 23 April 2009</a> - <li><a href="#changes-2008-06-10"><span class=secno>5.7. </span>Changes + <li><a href="#changes-2008-06-10"><span class=secno>5.8. </span>Changes from 10 June 2008 to 12 February 2009</a> - <li><a href="#changes-2008-01-22"><span class=secno>5.8. </span>Changes + <li><a href="#changes-2008-01-22"><span class=secno>5.9. </span>Changes from 22 January 2008 to 10 June 2008</a> </ul> @@ -376,7 +379,7 @@ file. This character provides a signature for the encoding used. <li>Using a <code>meta</code> element with a <code>charset</code> - attribute that specifies the encoding within the first 512 bytes of the + attribute that specifies the encoding within the first 1024 bytes of the document. E.g. <code><meta charset="UTF-8"></code> could be used to specify the UTF-8 encoding. This replaces the need for <code><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></code> @@ -1245,7 +1248,58 @@ <p>The changes in the changelogs are in rough chronological order to ease editing this document. - <h3 id=changes-2010-10-19><span class=secno>5.1. </span>Changes since 19 + <h3 id=changes-2011-01-13><span class=secno>5.1. </span>Changes since 13 + January 2011</h3> + <!-- rev 5779 - 5974 --> + + <ul> + <li>The <code>pushState</code> and <code>replaceState</code> features have + been changed based on implementation feedback in Firefox, and + <code>history.state</code> has been introduced. + + <li>The <code>tracks</code> IDL attribute on media elements has been + renamed to <code>textTracks</code>. + + <li>Event handler content attributes now support ECMAScript strict mode. + + <li>The <code>forminput</code> and <code>formchange</code> events, and the + <code>dispatchFormInput()</code> and <code>dispatchFormChange()</code> + methods have been dropped. + + <li>The <code>rel</code> keywords <code>archives</code>, <code>up</code>, + <code>last</code>, <code>index</code>, <code>first</code> and related + synonyms have been dropped. + + <li>Removing a media element from the DOM and inserting it again in the + same script now doesn't pause the media element. + + <li>The <code>video</code> element's letterboxing rules are now specified + in terms of CSS 'object-fit'. + + <li>Cross-origin fonts now don't leak information about the font when + drawn on a <code>canvas</code>. + + <li>The character encoding declaration is now allowed to be within the + first 1024 bytes instead of the first 512 bytes. + + <li>The <code>onerror</code> event handler on <code>window</code> is now + invoked for compile-time script errors as well as runtime errors. + + <li>Script-inserted <code>script</code> elements now have + <code>async</code> default to <code>true</code>, which can be set to + <code>false</code> to make the scripts execute in insertion order. + + <li>The <code>atob()</code> and <code>btoa()</code> methods have been + specified. + + <li>The suggested file extension for application cache manifest files has + been changed from <code>.manifest</code> to <code>.appcache</code>. + + <li>The <code>action</code> and <code>formaction</code> attributes are no + longer allowed to have the empty string as value. + </ul> + + <h3 id=changes-2010-10-19><span class=secno>5.2. </span>Changes since 19 October 2010</h3> <!-- rev 5643 - 5779 --> @@ -1269,7 +1323,7 @@ Similarly <code>UndoManager</code> has been removed from the W3C copy of HTML5 for now as it is not ready yet. - <h3 id=changes-2010-06-24><span class=secno>5.2. </span>Changes from 24 + <h3 id=changes-2010-06-24><span class=secno>5.3. </span>Changes from 24 June 2010 to 19 October 2010</h3> <!-- rev 5108 - 5642 --> @@ -1302,7 +1356,7 @@ <p>Per usual, lots of other minor fixes have been made as well. - <h3 id=changes-2010-03-04><span class=secno>5.3. </span>Changes from 4 + <h3 id=changes-2010-03-04><span class=secno>5.4. </span>Changes from 4 March 2010 to 24 June 2010</h3> <!-- rev 4647 - 5107 --> @@ -1334,7 +1388,7 @@ <p>In addition lots of minor changes, clarifications, and fixes have been made to the document. - <h3 id=changes-2009-08-25><span class=secno>5.4. </span>Changes from 25 + <h3 id=changes-2009-08-25><span class=secno>5.5. </span>Changes from 25 August 2009 to 4 March 2010</h3> <!-- since rev 3673 --> @@ -1400,7 +1454,7 @@ HTML5 and are not published as a separate draft. The WHATWG draft of HTML5 still includes them. - <h3 id=changes-2009-04-23><span class=secno>5.5. </span>Changes from 23 + <h3 id=changes-2009-04-23><span class=secno>5.6. </span>Changes from 23 April 2009 to 25 August 2009</h3> <!-- since rev 2975 --> @@ -1500,7 +1554,7 @@ <li>Definition of Content-Type sniffing. </ul> - <h3 id=changes-2009-02-12><span class=secno>5.6. </span>Changes from 12 + <h3 id=changes-2009-02-12><span class=secno>5.7. </span>Changes from 12 February 2009 to 23 April 2009</h3> <ul> @@ -1587,7 +1641,7 @@ <li><a href="http://dev.w3.org/html5/webdatabase/">Web SQL Database</a> </ul> - <h3 id=changes-2008-06-10><span class=secno>5.7. </span>Changes from 10 + <h3 id=changes-2008-06-10><span class=secno>5.8. </span>Changes from 10 June 2008 to 12 February 2009</h3> <ul> @@ -1883,7 +1937,7 @@ attribute. </ul> - <h3 id=changes-2008-01-22><span class=secno>5.8. </span>Changes from 22 + <h3 id=changes-2008-01-22><span class=secno>5.9. </span>Changes from 22 January 2008 to 10 June 2008</h3> <ul> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- Overview.src.html 31 Mar 2011 08:25:45 -0000 1.102 +++ Overview.src.html 31 Mar 2011 09:18:02 -0000 1.103 @@ -270,7 +270,7 @@ used.</li> <li>Using a <code>meta</code> element with a <code>charset</code> - attribute that specifies the encoding within the first 512 bytes of + attribute that specifies the encoding within the first 1024 bytes of the document. E.g. <code><meta charset="UTF-8"></code> could be used to specify the UTF-8 encoding. This replaces the need for @@ -1053,6 +1053,42 @@ ease editing this document.</p> + <h3 id="changes-2011-01-13">Changes since 13 January 2011</h3> <!-- rev 5779 - 5974 --> + + <ul> + <li>The <code>pushState</code> and <code>replaceState</code> features have + been changed based on implementation feedback in Firefox, and <code>history.state</code> + has been introduced. + <li>The <code>tracks</code> IDL attribute on media elements has been renamed + to <code>textTracks</code>. + <li>Event handler content attributes now support ECMAScript strict mode. + <li>The <code>forminput</code> and <code>formchange</code> events, and + the <code>dispatchFormInput()</code> and <code>dispatchFormChange()</code> + methods have been dropped. + <li>The <code>rel</code> keywords <code>archives</code>, <code>up</code>, + <code>last</code>, <code>index</code>, <code>first</code> and related synonyms + have been dropped. + <li>Removing a media element from the DOM and inserting it again in the same + script now doesn't pause the media element. + <li>The <code>video</code> element's letterboxing rules are now specified in + terms of CSS 'object-fit'. + <li>Cross-origin fonts now don't leak information about the font when drawn + on a <code>canvas</code>. + <li>The character encoding declaration is now allowed to be within the first + 1024 bytes instead of the first 512 bytes. + <li>The <code>onerror</code> event handler on <code>window</code> is now invoked + for compile-time script errors as well as runtime errors. + <li>Script-inserted <code>script</code> elements now have <code>async</code> + default to <code>true</code>, which can be set to <code>false</code> to make + the scripts execute in insertion order. + <li>The <code>atob()</code> and <code>btoa()</code> methods have been specified. + <li>The suggested file extension for application cache manifest files has been + changed from <code>.manifest</code> to <code>.appcache</code>. + <li>The <code>action</code> and <code>formaction</code> attributes are + no longer allowed to have the empty string as value. + </ul> + + <h3 id="changes-2010-10-19">Changes since 19 October 2010</h3> <!-- rev 5643 - 5779 --> <ul>
Received on Thursday, 31 March 2011 09:20:48 UTC