Reference abarth's draft and remove the duplicate content from the HTML5 spec. (whatwg r3234)

Reference abarth's draft and remove the duplicate content from the HTML5
spec. (whatwg r3234)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2382&r2=1.2383&f=h
http://html5.org/tools/web-apps-tracker?from=3233&to=3234

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2382
retrieving revision 1.2383
diff -u -d -r1.2382 -r1.2383
--- Overview.html 12 Jun 2009 19:46:35 -0000 1.2382
+++ Overview.html 12 Jun 2009 21:58:22 -0000 1.2383
@@ -342,32 +342,25 @@
    <li><a href="#fetching-resources"><span class="secno">2.6 </span>Fetching resources</a>
     <ol>
      <li><a href="#concept-http-equivalent"><span class="secno">2.6.1 </span>Protocol concepts</a></li>
-     <li><a href="#encrypted-http-and-related-security-concerns"><span class="secno">2.6.2 </span>Encrypted HTTP and related security concerns</a></ol></li>
-   <li><a href="#content-type-sniffing"><span class="secno">2.7 </span>Determining the type of a resource</a>
-    <ol>
-     <li><a href="#content-type"><span class="secno">2.7.1 </span>Content-Type metadata</a></li>
-     <li><a href="#content-type-sniffing:-web-pages"><span class="secno">2.7.2 </span>Content-Type sniffing: Web pages</a></li>
-     <li><a href="#content-type-sniffing:-text-or-binary"><span class="secno">2.7.3 </span>Content-Type sniffing: text or binary</a></li>
-     <li><a href="#content-type-sniffing:-unknown-type"><span class="secno">2.7.4 </span>Content-Type sniffing: unknown type</a></li>
-     <li><a href="#content-type-sniffing:-image"><span class="secno">2.7.5 </span>Content-Type sniffing: image</a></li>
[...975 lines suppressed...]
 
   <!-- next two paragraphs are nearly identical to the navigate-text
@@ -48224,7 +47625,7 @@
   <code><a href="#the-link-element">link</a></code> element, with a non-empty value.<p>The default type for resources given by the <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code> keyword is <code title="">text/css</code>.<div class="impl">
 
   <p><strong>Quirk:</strong> If the document has been set to
-  <a href="#quirks-mode">quirks mode</a> and the <a href="#content-type-0" title="Content-Type">Content-Type metadata</a> of the external
+  <a href="#quirks-mode">quirks mode</a> and the <a href="#content-type" title="Content-Type">Content-Type metadata</a> of the external
   resource is not a supported style sheet type, the user agent must
   instead assume it to be <code title="">text/css</code>.</p>
 
@@ -53245,7 +52646,7 @@
   algorithm (the <dfn id="encoding-sniffing-algorithm">encoding sniffing algorithm</dfn>) to determine
   the character encoding to use when decoding a document in the first
   pass. This algorithm takes as input any out-of-band metadata
-  available to the user agent (e.g. the <a href="#content-type-0" title="Content-Type">Content-Type metadata</a> of the document)
+  available to the user agent (e.g. the <a href="#content-type" title="Content-Type">Content-Type metadata</a> of the document)
   and all the bytes available so far, and returns an encoding and a
   <dfn id="concept-encoding-confidence" title="concept-encoding-confidence">confidence</dfn>. The
   confidence is either <i>tentative</i>, <i>certain</i>, or

Received on Friday, 12 June 2009 21:59:18 UTC