- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Mar 2010 17:22:09 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: prepare for publication http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.90&r2=1.91&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- Overview.html 12 Feb 2010 10:09:11 -0000 1.90 +++ Overview.html 2 Mar 2010 08:21:58 -0000 1.91 @@ -13,7 +13,7 @@ code :link, code :visited { color:inherit } pre code { color:inherit } </style> - <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet> + <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet> <body> <div class=head> @@ -22,13 +22,13 @@ <h1 id=html5-diff>HTML5 differences from HTML4</h1> - <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 12 February 2010</h2> + <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 04 March 2010</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2010/ED-html5-diff-20100212/">http://www.w3.org/TR/2010/ED-html5-diff-20100212/</a> + href="http://www.w3.org/TR/2010/WD-html5-diff-20100304/">http://www.w3.org/TR/2010/WD-html5-diff-20100304/</a> <dt>Latest Published Version: @@ -101,7 +101,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 12 February 2010 Editor's Draft produced by the <a + <p>This is the 04 March 2010 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 @@ -1266,6 +1266,9 @@ <li>The <code>details</code> element now uses a new element <code>summary</code> for exactly the same reason. + + <li>The <code>autobuffer</code> attribute on media elements was renamed to + <code>preload</code>. </ul> <p>A whole lot of other smaller issues have also been resolved. The above @@ -1528,8 +1531,7 @@ production and cannot contain a colon. <li>Web Socket API is introduced for bidirectional communication with a - server. It is currently limited to text messages.</li> - <!-- XXX risk --> + server. <li>The default value of <code>volume</code> on media elements is now 1.0 rather than 0.5. Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- Overview.src.html 12 Feb 2010 10:09:11 -0000 1.68 +++ Overview.src.html 2 Mar 2010 08:21:58 -0000 1.69 @@ -23,7 +23,7 @@ <dl> <dt>This Version:</dt> - <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/ED-html5-diff-[CDATE]/</a></dd> + <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/WD-html5-diff-[CDATE]/</a></dd> <dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd> @@ -1081,6 +1081,8 @@ want to use HTML5 long before it reaches W3C Recommendation.</li> <li>The <code>details</code> element now uses a new element <code>summary</code> for exactly the same reason.</li> + <li>The <code>autobuffer</code> attribute on media elements was renamed + to <code>preload</code>.</li> </ul> <p>A whole lot of other smaller issues have also been resolved. The @@ -1281,7 +1283,7 @@ the <code>embed</code> element now have to match the XML <code>Name</code> production and cannot contain a colon.</li> <li>Web Socket API is introduced for bidirectional communication with a - server. It is currently limited to text messages.</li> <!-- XXX risk --> + server.</li> <li>The default value of <code>volume</code> on media elements is now 1.0 rather than 0.5.</li> <li><code>event-source</code> was renamed to <code>eventsource</code>
Received on Tuesday, 2 March 2010 08:22:38 UTC