[html5] r2141 - [act] (0) Use XSLT-compat instead of XSLT-generated.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 2 17:54:44 PDT 2008
Author: ianh
Date: 2008-09-02 17:54:42 -0700 (Tue, 02 Sep 2008)
New Revision: 2141
Modified:
index
source
Log:
[act] (0) Use XSLT-compat instead of XSLT-generated.
Modified: index
===================================================================
--- index 2008-09-02 10:09:54 UTC (rev 2140)
+++ index 2008-09-03 00:54:42 UTC (rev 2141)
@@ -28,7 +28,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 2
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 3
September 2008</h2>
<p>You can take part in this work. <a
@@ -45410,7 +45410,7 @@
<p class=note>In other words, <code><!DOCTYPE HTML></code>,
case-insensitively.
- <p>For the purposes of XSLT generators, which cannot output HTML markup
+ <p>For the purposes of XSLT generators that cannot output HTML markup
without a DOCTYPE, a <dfn id=doctype6>DOCTYPE legacy string</dfn> may be
inserted into the DOCTYPE (in the position defined above). This string
must consist of:
@@ -45442,15 +45442,15 @@
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character.
- <li>The literal string "<code titel="">XSLT-generated</code>".
+ <li>The literal string "<code title="">XSLT-compat</code>".
- <li>The same character as in item 8 (a matching U+0022 QUOTATION MARK or
+ <li>The same character as in item 9 (a matching U+0022 QUOTATION MARK or
U+0027 APOSTROPHE character).
</ol>
<p class=note>In other words, <code><!DOCTYPE HTML PUBLIC
- "XSLT-generated"></code> or <code><!DOCTYPE HTML PUBLIC
- 'XSLT-generated'></code>, case-insensitively except for the bit in quotes.
+ "XSLT-compat"></code> or <code><!DOCTYPE HTML PUBLIC
+ 'XSLT-compat'></code>, case-insensitively except for the bit in quotes.
<p>The <a href="#doctype6">DOCTYPE legacy string</a> should not be used
unless the document is generated from XSLT.
@@ -49692,7 +49692,7 @@
<p>If the DOCTYPE token's <code title="">name</code> is not an <a
href="#ascii">ASCII case-insensitive</a> match for the string "<code
title="">HTML</code>", or if the token's public identifier is neither
- missing nor equal to the string "<code>XSLT-generated</code>", or if the
+ missing nor equal to the string "<code>XSLT-compat</code>", or if the
token's system identifier is not missing, then there is a <a
href="#parse2">parse error</a>. Conformance checkers may, instead of
reporting this error, switch to a conformance checking mode for another
Modified: source
===================================================================
--- source 2008-09-02 10:09:54 UTC (rev 2140)
+++ source 2008-09-03 00:54:42 UTC (rev 2141)
@@ -42814,7 +42814,7 @@
<p class="note">In other words, <code><!DOCTYPE HTML></code>,
case-insensitively.</p>
- <p>For the purposes of XSLT generators, which cannot output HTML
+ <p>For the purposes of XSLT generators that cannot output HTML
markup without a DOCTYPE, a <dfn>DOCTYPE legacy string</dfn> may be
inserted into the DOCTYPE (in the position defined above). This
string must consist of:</p>
@@ -42829,13 +42829,13 @@
<li>A U+0043 LATIN CAPITAL LETTER C or U+0063 LATIN SMALL LETTER C character.</li>
<li>One or more <span title="space character">space characters</span>.</li>
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character.</li>
- <li>The literal string "<code titel="">XSLT-generated</code>".</li>
- <li>The same character as in item 8 (a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character).</li>
+ <li>The literal string "<code title="">XSLT-compat</code>".</li>
+ <li>The same character as in item 9 (a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character).</li>
</ol>
<p class="note">In other words, <code><!DOCTYPE HTML PUBLIC
- "XSLT-generated"></code> or <code><!DOCTYPE HTML PUBLIC
- 'XSLT-generated'></code>, case-insensitively except for the bit in
+ "XSLT-compat"></code> or <code><!DOCTYPE HTML PUBLIC
+ 'XSLT-compat'></code>, case-insensitively except for the bit in
quotes.</p>
<p>The <span>DOCTYPE legacy string</span> should not be used unless
@@ -46620,7 +46620,7 @@
<span>ASCII case-insensitive</span> match for the string "<code
title="">HTML</code>", or if the token's public identifier is
neither missing nor equal to the string
- "<code>XSLT-generated</code>", or if the token's system identifier
+ "<code>XSLT-compat</code>", or if the token's system identifier
is not missing, then there is a <span>parse
error</span>. Conformance checkers may, instead of reporting this
error, switch to a conformance checking mode for another language
More information about the Commit-Watchers
mailing list