hixie: Remove text that barred HTML source code from being sent as text/plain, and other such things. (whatwg r4459)

hixie: Remove text that barred HTML source code from being sent as
text/plain, and other such things. (whatwg r4459)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3558&r2=1.3559&f=h
http://html5.org/tools/web-apps-tracker?from=4458&to=4459

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3558
retrieving revision 1.3559
diff -u -d -r1.3558 -r1.3559
--- Overview.html 4 Jan 2010 23:38:10 -0000 1.3558
+++ Overview.html 5 Jan 2010 00:16:43 -0000 1.3559
@@ -260,7 +260,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-4-january-2010">Editor's Draft 4 January 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-5-january-2010">Editor's Draft 5 January 2010</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>
@@ -353,7 +353,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 4 January 2010 Editor's Draft.
+  This specification is the 5 January 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
   what was previously the HTML4, XHTML1, and DOM2 HTML
@@ -2028,15 +2028,7 @@
   (referred to as <a href="#the-xhtml-syntax">the XHTML syntax</a>), and one using a <a href="#writing">custom format</a> inspired by SGML (referred to as
   <a href="#syntax">the HTML syntax</a>). <span class="impl">Implementations
   may support only one of these two formats, although supporting both
-  is encouraged.</span><p id="authors-using-xhtml">XML documents that use elements or
-  attributes from the <a href="#html-namespace-0">HTML namespace</a> and that are served
-  over the wire (e.g. by HTTP) must be sent using an <a href="#xml-mime-type">XML MIME
-  type</a> such as <code>application/xml</code> or
-  <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code> and must not be served as
-  <code><a href="#text-html">text/html</a></code>. <a href="#refsRFC3023">[RFC3023]</a><p id="authors-using-html">Documents that use <a href="#syntax">the HTML
-  syntax</a>, if they are served over the wire (e.g. by HTTP) must
-  be labeled with the <code><a href="#text-html">text/html</a></code> <a href="#mime-type">MIME
-  type</a>.<p class="impl" id="entity-references">The language in this
+  is encouraged.</span><p class="impl" id="entity-references">The language in this
   specification assumes that the user agent expands all entity
   references, and therefore does not include entity reference nodes in
   the DOM. If user agents do include entity reference nodes in the
@@ -67812,7 +67804,7 @@
     are defined in this specification.
    </dd>
    <dt>Published specification:</dt>
-   <dd>
+   <dd id="authors-using-html">
     This document is the relevant specification. Labeling a resource
     with the <code><a href="#text-html">text/html</a></code> type asserts that the resource is
     an <a href="#html-documents" title="HTML documents">HTML document</a> using
@@ -67868,7 +67860,7 @@
    <dd>Same as for <code>application/xml</code> <a href="#refsRFC3023">[RFC3023]</a></dd>
    <dt>Interoperability considerations:</dt>
    <dd>Same as for <code>application/xml</code> <a href="#refsRFC3023">[RFC3023]</a></dd>
-   <dt>Published specification:</dt>
+   <dt id="authors-using-xhtml">Published specification:</dt>
    <dd>
     Labeling a resource with the <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code>
     type asserts that the resource is an XML document that likely has

Received on Tuesday, 5 January 2010 00:17:26 UTC