hixie: Register about:legacy-compat. (whatwg r4078)

hixie: Register about:legacy-compat. (whatwg r4078)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3239&r2=1.3240&f=h
http://html5.org/tools/web-apps-tracker?from=4077&to=4078

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3239
retrieving revision 1.3240
diff -u -d -r1.3239 -r1.3240
--- Overview.html 5 Oct 2009 06:31:43 -0000 1.3239
+++ Overview.html 5 Oct 2009 06:37:41 -0000 1.3240
@@ -4238,6 +4238,10 @@
   object is the <span>document base Web address</span> as defined by
   the Web addresses specification. <a href="#refsWEBADDRESSES">[WEBADDRESSES]</a></p>
 
+  <p>This specification defines the URL
+  <dfn id="about:legacy-compat"><code>about:legacy-compat</code></dfn> as a reserved, though
+  unresolvable, <code title="">about:</code> URI. <a href="#refsABOUT">[ABOUT]</a></p>
+
   </div><p class="note">The term "URL" in this specification is used in a
   manner distinct from the precise technical meaning it is given in
   RFC 3986. Readers familiar with that RFC will find it easier to read
@@ -53002,7 +53006,7 @@
    <li>A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li>
    <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
-   <li>The literal string "<code title="">about:legacy-compat</code>".</li>
+   <li>The literal string "<code><a href="#about:legacy-compat">about:legacy-compat</a></code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
   </ol><p class="note">In other words, <code>&lt;!DOCTYPE HTML SYSTEM
   "about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE HTML SYSTEM
@@ -56540,7 +56544,7 @@
     <a href="#case-sensitive">case-sensitive</a> match for the string "<code title="">html</code>", or the token's public identifier is not
     missing, or the token's system identifier is neither missing nor a
     <a href="#case-sensitive">case-sensitive</a> match for the string
-    "<code>about:legacy-compat</code>", and none of the sets of
+    "<code><a href="#about:legacy-compat">about:legacy-compat</a></code>", and none of the sets of
     conditions in the following list are matched, then there is a
     <a href="#parse-error">parse error</a>. If one of the sets of conditions in the
     following list is matched, then there is an <dfn id="obsolete-permitted-doctype">obsolete
@@ -67009,6 +67013,11 @@
    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
    P. Overell. IETF, January 2008.</dd>
 
+   <dt id="refsABOUT">[ABOUT]</dt>
+   <dd><cite><a href="http://tools.ietf.org/html/draft-holsten-about-uri-scheme">The
+   'about' URI scheme</a></cite>, J. Holsten, L. Hunt. IETF, August
+   2009.</dd>
+
    <dt id="refsARIA">[ARIA]</dt>
    <dd><cite><a href="http://www.w3.org/WAI/PF/aria/">Accessible Rich
    Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas,

Received on Monday, 5 October 2009 06:38:27 UTC