- From: poot <cvsmail@w3.org>
- Date: Thu, 12 May 2011 13:53:32 -0400
- To: public-html-diffs@w3.org
simon: drawFocusRing change; prep for LC http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.145&r2=1.146&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- Overview.html 10 May 2011 09:20:39 -0000 1.145 +++ Overview.html 12 May 2011 17:50:51 -0000 1.146 @@ -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><!-- @@ -30,13 +30,13 @@ <h1 id=html5-diff>HTML5 differences from HTML4</h1> - <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 10 May 2011</h2> + <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 24 May 2011</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2011/ED-html5-diff-20110510//">http://www.w3.org/TR/2011/ED-html5-diff-20110510/</a> + href="http://www.w3.org/TR/2011/WD-html5-diff-20110524//">http://www.w3.org/TR/2011/WD-html5-diff-20110524/</a> <dt>Latest Published Version: @@ -127,7 +127,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 10 May 2011 Editor's Draft produced by the <a + <p>This is the 24 May 2011 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 @@ -1280,9 +1280,14 @@ <h3 id=changes-2011-01-13><span class=secno>5.1. </span>Changes since 5 April 2011</h3> - <!-- rev 5974 - 6124... --> + <!-- rev 5974 - 6130 --> <ul> + <li>The <code>drawFocusRing()</code> method on the <code>canvas</code> 2d + context has been split into two methods, + <code>drawSystemFocusRing()</code> and + <code>drawCustomFocusRing()</code>. + <li>The <code>values</code> attribute on <code>PropertyNodeList</code> has been replaced with a <code>getValues()</code> method. Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- Overview.src.html 10 May 2011 09:20:39 -0000 1.122 +++ Overview.src.html 12 May 2011 17:50:51 -0000 1.123 @@ -31,7 +31,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> @@ -1060,9 +1060,10 @@ <p>The changes in the changelogs are in rough chronological order.</p> - <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6124... --> + <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6130 --> <ul> + <li>The <code>drawFocusRing()</code> method on the <code>canvas</code> 2d context has been split into two methods, <code>drawSystemFocusRing()</code> and <code>drawCustomFocusRing()</code>. <li>The <code>values</code> attribute on <code>PropertyNodeList</code> has been replaced with a <code>getValues()</code> method. <li>The <code>select</code> event has been specified. <li>The <code>selectDirection</code> IDL attribute has been added to <code>input</code> and <code>textarea</code>.
Received on Thursday, 12 May 2011 17:53:34 UTC