Skip to content

Commit

Permalink
[] (0) Register about:legacy-compat.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4078 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 5, 2009
1 parent 0343929 commit 829cb74
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
13 changes: 11 additions & 2 deletions index
Expand Up @@ -4714,6 +4714,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -59123,7 +59127,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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
Expand Down Expand Up @@ -62866,7 +62870,7 @@ document.body.appendChild(text);
<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
Expand Down Expand Up @@ -73574,6 +73578,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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,
Expand Down
13 changes: 12 additions & 1 deletion source
Expand Up @@ -4335,6 +4335,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -76469,7 +76474,7 @@ interface <dfn>MessagePort</dfn> {
<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>

Expand Down Expand Up @@ -90550,6 +90555,12 @@ interface <span>HTMLDocument</span> {
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,
Expand Down

0 comments on commit 829cb74

Please sign in to comment.