- From: poot <cvsmail@w3.org>
- Date: Tue, 19 Oct 2010 23:48:29 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: audio attribute; set date to today http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.112&r2=1.113&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.112 retrieving revision 1.113 diff -u -d -r1.112 -r1.113 --- Overview.html 11 Oct 2010 11:55:26 -0000 1.112 +++ Overview.html 19 Oct 2010 14:48:06 -0000 1.113 @@ -22,13 +22,13 @@ <h1 id=html5-diff>HTML5 differences from HTML4</h1> - <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 12 October 2010</h2> + <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 19 October 2010</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2010/WD-html5-diff-20101012/">http://www.w3.org/TR/2010/WD-html5-diff-20101012/</a> + href="http://www.w3.org/TR/2010/WD-html5-diff-20101019/">http://www.w3.org/TR/2010/WD-html5-diff-20101019/</a> <dt>Latest Published Version: @@ -107,7 +107,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 October 2010 W3C Working Draft produced by the <a + <p>This is the 19 October 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 @@ -1218,7 +1218,7 @@ <h3 id=changes-2010-06-24><span class=secno>5.1. </span>Changes since 24 June 2010</h3> - <!-- rev 5108 - 5596 --> + <!-- rev 5108 - 5642 --> <ul> <li>Numerous changes to the HTML parsing algorithm based on implementation @@ -1243,6 +1243,8 @@ is no longer supported. <li>The <code>s</code> element is no longer deprecated. + + <li>The <code>video</code> element has a new <code>audio</code> attribute. </ul> <p>Per usual, lots of other minor fixes have been made as well. Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- Overview.src.html 11 Oct 2010 11:55:26 -0000 1.90 +++ Overview.src.html 19 Oct 2010 14:48:06 -0000 1.91 @@ -1031,7 +1031,7 @@ ease editing this document.</p> - <h3 id="changes-2010-06-24">Changes since 24 June 2010</h3> <!-- rev 5108 - 5596 --> + <h3 id="changes-2010-06-24">Changes since 24 June 2010</h3> <!-- rev 5108 - 5642 --> <ul> <li>Numerous changes to the HTML parsing algorithm based on @@ -1050,6 +1050,8 @@ <li>Using PUT and DELETE as HTTP methods for the <code>form</code> element is no longer supported.</li> <li>The <code>s</code> element is no longer deprecated.</li> + <li>The <code>video</code> element has a new <code>audio</code> + attribute.</li> </ul> <p>Per usual, lots of other minor fixes have been made as well.</p>
Received on Tuesday, 19 October 2010 14:49:00 UTC