- From: poot <cvsmail@w3.org>
- Date: Thu, 10 Sep 2009 20:21:14 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: The links actually have to make sense, also. (whatwg r3795) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2963&r2=1.2964&f=h http://html5.org/tools/web-apps-tracker?from=3794&to=3795 =================================================================== 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><link rel=alternate href="/en/html" hreflang=en type=text/html title="English HTML"> <link rel=alternate href="/fr/html" hreflang=fr type=text/html title="French HTML"> -<link rel=alternate href="/en/html" hreflang=en type=text/html media=print title="English HTML (for printing)"> -<link rel=alternate href="/fr/html" hreflang=fr type=text/html media=print title="French HTML (for printing)"> -<link rel=alternate href="/en/html" hreflang=en type=application/pdf title="English PDF"> -<link rel=alternate href="/fr/html" hreflang=fr type=application/pdf title="French PDF"></pre> +<link rel=alternate href="/en/html/print" hreflang=en type=text/html media=print title="English HTML (for printing)"> +<link rel=alternate href="/fr/html/print" hreflang=fr type=text/html media=print title="French HTML (for printing)"> +<link rel=alternate href="/en/pdf" hreflang=en type=application/pdf title="English PDF"> +<link rel=alternate href="/fr/pdf" hreflang=fr type=application/pdf title="French PDF"></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:53 UTC