- From: poot <cvsmail@w3.org>
- Date: Mon, 30 Jan 2012 19:29:30 -0500
- To: public-html-diffs@w3.org
hixie: Fix some typos or copypasta. (whatwg r6937) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5534&r2=1.5535&f=h http://html5.org/tools/web-apps-tracker?from=6936&to=6937 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5534 retrieving revision 1.5535 diff -u -d -r1.5534 -r1.5535 --- Overview.html 30 Jan 2012 23:43:13 -0000 1.5534 +++ Overview.html 31 Jan 2012 00:29:15 -0000 1.5535 @@ -320,7 +320,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-30-january-2012">Editor's Draft 30 January 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-31-january-2012">Editor's Draft 31 January 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -467,7 +467,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 30 January 2012 Editor's Draft. + This specification is the 31 January 2012 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -69896,8 +69896,8 @@ <p>The <dfn id="dom-hr-noshade" title="dom-hr-noShade"><code>noShade</code></dfn> IDL attribute of the <code><a href="#the-hr-element">hr</a></code> element must <a href="#reflect">reflect</a> - the element's <code title="attr-input-noshade">noshade</code> - content attribute.</p> + the element's <code title="attr-hr-noshade"><a href="#attr-hr-noshade">noshade</a></code> content + attribute.</p> <hr><pre class="idl">partial interface <a href="#htmlhtmlelement">HTMLHtmlElement</a> { attribute DOMString <a href="#dom-html-version" title="dom-html-version">version</a>;
Received on Tuesday, 31 January 2012 00:29:31 UTC