- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Mar 2010 21:04:02 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: back to ED; fix mistake @hzr pointed out http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.93&r2=1.94&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- Overview.html 2 Mar 2010 09:15:19 -0000 1.93 +++ Overview.html 6 Mar 2010 12:03:44 -0000 1.94 @@ -13,7 +13,7 @@ code :link, code :visited { color:inherit } pre code { color:inherit } </style> - <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet> + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" 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>W3C Working Draft 04 March 2010</h2> + <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 6 March 2010</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2010/WD-html5-diff-20100304/">http://www.w3.org/TR/2010/WD-html5-diff-20100304/</a> + href="http://www.w3.org/TR/2010/ED-html5-diff-20100306/">http://www.w3.org/TR/2010/ED-html5-diff-20100306/</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 04 March 2010 W3C Working Draft produced by the <a + <p>This is the 6 March 2010 Editor's 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 @@ -1200,7 +1200,7 @@ <li> <p><code>classList</code> is a convenient accessor for <code>className</code>. The object it returns exposes methods, - <code>has()</code>, <code>add()</code>, <code>remove()</code> and + <code>contains()</code>, <code>add()</code>, <code>remove()</code> and <code>toggle()</code>, for manipulating the element's classes. The <code>a</code>, <code>area</code> and <code>link</code> elements have a similar attribute called <code>relList</code> that provides the same --- Makefile DELETED --- Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- Overview.src.html 2 Mar 2010 09:15:19 -0000 1.71 +++ Overview.src.html 6 Mar 2010 12:03:44 -0000 1.72 @@ -23,7 +23,7 @@ <dl> <dt>This Version:</dt> - <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/WD-html5-diff-[CDATE]/</a></dd> + <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/ED-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> @@ -1019,15 +1019,16 @@ <li><p><code>getElementsByClassName()</code> which is basically a scoped version of the one found on <code>HTMLDocument</code>. - <li><p><code>innerHTML</code> as found in Web browsers today. It is also - defined to work in XML context (when it is used in an XML document). + <li><p><code>innerHTML</code> as found in Web browsers today. It is + also defined to work in XML context (when it is used in an XML + document). <li><p><code>classList</code> is a convenient accessor for <code>className</code>. The object it returns exposes methods, - <code>has()</code>, <code>add()</code>, <code>remove()</code> and + <code>contains()</code>, <code>add()</code>, <code>remove()</code> and <code>toggle()</code>, for manipulating the element's classes. The - <code>a</code>, <code>area</code> and <code>link</code> elements have a - similar attribute called <code>relList</code> that provides the same + <code>a</code>, <code>area</code> and <code>link</code> elements have + a similar attribute called <code>relList</code> that provides the same functionality for the <code>rel</code> attribute. </ul>
Received on Saturday, 6 March 2010 12:04:30 UTC