- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Sep 2008 23:03:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22895
Modified Files:
Overview.html
Log Message:
Use XSLT-compat instead of XSLT-generated. (whatwg r)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1312
retrieving revision 1.1313
diff -u -d -r1.1312 -r1.1313
--- Overview.html 2 Sep 2008 10:09:23 -0000 1.1312
+++ Overview.html 2 Sep 2008 23:03:57 -0000 1.1313
@@ -45418,7 +45418,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:
@@ -45450,15 +45450,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.
@@ -49700,7 +49700,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
Received on Tuesday, 2 September 2008 23:04:38 UTC