NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 314 - Use XSLT-compat instead of XSLT-generated.
Use XSLT-compat instead of XSLT-generated.
Status: RESOLVED NOTREPRODUCIBLE
Product: Validator.nu
Classification: Unclassified
Component: XHTML 1.0 schema
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-25 11:53 CEST by Henri Sivonen
Modified: 2011-05-16 20:28 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-09-25 11:53:27 CEST
Index: source
===================================================================
--- source	(revision 2140)
+++ source	(revision 2141)
@@ -42814,7 +42814,7 @@
   <p class="note">In other words, <code>&lt;!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>&lt;!DOCTYPE HTML PUBLIC
-  "XSLT-generated"></code> or <code>&lt;!DOCTYPE HTML PUBLIC
-  'XSLT-generated'></code>, case-insensitively except for the bit in
+  "XSLT-compat"></code> or <code>&lt;!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