- From: poot <cvsmail@w3.org>
- Date: Wed, 02 Nov 2011 02:44:08 -0400
- To: public-html-diffs@w3.org
hixie: some IDs for https://github.com/benschwarz/developers.whatwg.org/ issues/33#issuecomment-2599945 (whatwg r6811) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5446&r2=1.5447&f=h http://html5.org/tools/web-apps-tracker?from=6810&to=6811 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5446 retrieving revision 1.5447 diff -u -d -r1.5446 -r1.5447 --- Overview.html 1 Nov 2011 17:31:06 -0000 1.5446 +++ Overview.html 2 Nov 2011 06:41:45 -0000 1.5447 @@ -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-1-november-2011">Editor's Draft 1 November 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-2-november-2011">Editor's Draft 2 November 2011</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> @@ -466,7 +466,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 1 November 2011 Editor's Draft. + This specification is the 2 November 2011 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 @@ -959,16 +959,16 @@ <li><a href="#link-type-next"><span class="secno">4.12.4.13.1 </span>Link type "<code>next</code>"</a></li> <li><a href="#link-type-prev"><span class="secno">4.12.4.13.2 </span>Link type "<code>prev</code>"</a></ol></li> <li><a href="#other-link-types"><span class="secno">4.12.4.14 </span>Other link types</a></ol></ol></li> - <li><a href="#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a> + <li><a href="#common-idioms"><span class="secno">4.13 </span>Common idioms without dedicated elements</a> <ol> <li><a href="#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a></li> <li><a href="#rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</a></li> <li><a href="#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a></li> <li><a href="#conversations"><span class="secno">4.13.4 </span>Conversations</a></li> <li><a href="#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></ol></li> - <li><a href="#matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a> + <li><a href="#selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a> <ol> - <li><a href="#selectors"><span class="secno">4.14.1 </span>Case-sensitivity</a></li> + <li><a href="#case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</a></li> <li><a href="#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></ol></ol></li> <li><a href="#browsers"><span class="secno">5 </span>Loading Web pages</a> <ol> @@ -42858,7 +42858,7 @@ wiki existing-rel-values page</a> with the status "proposed" or "ratified" may be used with the <code title="">rel</code> attribute on <code><a href="#the-link-element">link</a></code>, <code><a href="#the-a-element">a</a></code>, and <code><a href="#the-area-element">area</a></code> elements - in accordance to the "Effect on..." field. <a href="#refsMFREL">[MFREL]</a><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><h4 id="the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</h4><p>The main content of a page — not including headers and + in accordance to the "Effect on..." field. <a href="#refsMFREL">[MFREL]</a><h3 id="common-idioms"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><h4 id="the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</h4><p>The main content of a page — not including headers and footers, navigation links, sidebars, advertisements, and so forth — can be marked up in a variety of ways, depending on the needs of the author.<p>The simplest solution is to not mark up the main content at all, @@ -43249,9 +43249,9 @@ </div><div class="impl"> - <h3 id="matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3> + <h3 id="selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3> - <h4 id="selectors"><span class="secno">4.14.1 </span>Case-sensitivity</h4> + <h4 id="case-sensitivity"><span class="secno">4.14.1 </span>Case-sensitivity</h4> <p>The Selectors specification leaves the case-sensitivity of IDs, classes, element names, attribute names, and attribute values to be
Received on Wednesday, 2 November 2011 06:46:14 UTC