- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 06:37:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29592
Modified Files:
Overview.html
Log Message:
Register about:legacy-compat. (whatwg r4078)
Index: Overview.html
===================================================================
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><!DOCTYPE HTML SYSTEM
"about:legacy-compat"></code> or <code><!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:37:47 UTC