[html5] r4078 - [] (0) Register about:legacy-compat.

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 4 23:47:13 PDT 2009


Author: ianh
Date: 2009-10-04 23:47:12 -0700 (Sun, 04 Oct 2009)
New Revision: 4078

Modified:
   index
   source
Log:
[] (0) Register about:legacy-compat.

Modified: index
===================================================================
--- index	2009-10-05 06:41:14 UTC (rev 4077)
+++ index	2009-10-05 06:47:12 UTC (rev 4078)
@@ -4714,6 +4714,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
@@ -59123,7 +59127,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><!DOCTYPE HTML SYSTEM
   "about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
@@ -62866,7 +62870,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
@@ -73574,6 +73578,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,

Modified: source
===================================================================
--- source	2009-10-05 06:41:14 UTC (rev 4077)
+++ source	2009-10-05 06:47:12 UTC (rev 4078)
@@ -4335,6 +4335,11 @@
   the Web addresses specification. <a
   href="#refsWEBADDRESSES">[WEBADDRESSES]</a></p>
 
+  <p>This specification defines the URL
+  <dfn><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
@@ -76469,7 +76474,7 @@
    <li>A string that is an <span>ASCII case-insensitive</span> match for the string "<code title="">SYSTEM</code>".</li>
    <li>One or more <span title="space character">space characters</span>.</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>about:legacy-compat</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>
 
@@ -90550,6 +90555,12 @@
    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,




More information about the Commit-Watchers mailing list