html5/spec Overview.html,1.2963,1.2964

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15837

Modified Files:
	Overview.html 
Log Message:
The links actually have to make sense, also. (whatwg r3795)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2963
retrieving revision 1.2964
diff -u -d -r1.2963 -r1.2964
--- Overview.html	10 Sep 2009 11:13:07 -0000	1.2963
+++ Overview.html	10 Sep 2009 11:20:54 -0000	1.2964
@@ -1564,7 +1564,7 @@
   literature. The term <i>media type</i> in this specification is used
   to refer to the type of media intended for presentation, as used by
   the CSS specifications. <a href="#refsRFC2046">[RFC2046]</a> <a href="#refsMQ">[MQ]</a><p>A string is a <dfn id="valid-mime-type">valid MIME type</dfn> if it matches the <code title="">media-type</code> token defined in section 3.7 "Media
-  Types" of RFC 2616. <a href="#refsHTTP">[HTTP]</a><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i><p id="html-namespace">To ease migration from HTML to XHTML, UAs
+  Types" of RFC 2616. <a href="#refsHTTP">[HTTP]</a><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p id="html-namespace">To ease migration from HTML to XHTML, UAs
   conforming to this specification will place elements in HTML in the
   <code>http://www.w3.org/1999/xhtml</code> namespace, at least for
   the purposes of the DOM and CSS. The term "<dfn id="elements-in-the-html-namespace">elements in the HTML
@@ -9485,10 +9485,10 @@
 
    <pre>&lt;link rel=alternate href="/en/html" hreflang=en type=text/html title="English HTML"&gt;
 &lt;link rel=alternate href="/fr/html" hreflang=fr type=text/html title="French HTML"&gt;
-&lt;link rel=alternate href="/en/html" hreflang=en type=text/html media=print title="English HTML (for printing)"&gt;
-&lt;link rel=alternate href="/fr/html" hreflang=fr type=text/html media=print title="French HTML (for printing)"&gt;
-&lt;link rel=alternate href="/en/html" hreflang=en type=application/pdf title="English PDF"&gt;
-&lt;link rel=alternate href="/fr/html" hreflang=fr type=application/pdf title="French PDF"&gt;</pre>
+&lt;link rel=alternate href="/en/html/print" hreflang=en type=text/html media=print title="English HTML (for printing)"&gt;
+&lt;link rel=alternate href="/fr/html/print" hreflang=fr type=text/html media=print title="French HTML (for printing)"&gt;
+&lt;link rel=alternate href="/en/pdf" hreflang=en type=application/pdf title="English PDF"&gt;
+&lt;link rel=alternate href="/fr/pdf" hreflang=fr type=application/pdf title="French PDF"&gt;</pre>
 
   </div><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i><dl class="element"><dt>Categories</dt>
    <dd><a href="#metadata-content">Metadata content</a>.</dd>

Received on Thursday, 10 September 2009 11:21:07 UTC