[html5] r1912 - [e] (0) tidy up the messes that #whatwg found overnight -- thanks
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 23 14:08:08 PDT 2008
Author: ianh
Date: 2008-07-23 14:08:07 -0700 (Wed, 23 Jul 2008)
New Revision: 1912
Modified:
index
source
Log:
[e] (0) tidy up the messes that #whatwg found overnight -- thanks
Modified: index
===================================================================
--- index 2008-07-23 08:58:09 UTC (rev 1911)
+++ index 2008-07-23 21:08:07 UTC (rev 1912)
@@ -43781,7 +43781,7 @@
<p>An <code><a href="#html">html</a></code> element's <span
title=syntax-end-tag>end tag</span> may be omitted if the <code><a
- href="#html">html</a></code> element is not immediately followed a <a
+ href="#html">html</a></code> element is not immediately followed by a <a
href="#comments0" title=syntax-comments>comment</a> and the element
contains a <code><a href="#body0">body</a></code> element that is either
not empty or whose <span title=syntax-start-tag>start tag</span> has not
@@ -51038,11 +51038,11 @@
capital letters A-F as the symbols, in increasing numeric order.
<p class=example>For example, the element name <code
- title="">.foo<bar</code>, which can be output by the <a
+ title="">foo<bar</code>, which can be output by the <a
href="#html-0">HTML parser</a>, though it is neither a legal HTML element
name nor a well-formed XML element name, would be converted into <code
- title="">U0002EfooU0003Cbar</code>, which <em>is</em> a well-formed XML
- element name (though it's still not legal in HTML by any means).
+ title="">fooU0003Cbar</code>, which <em>is</em> a well-formed XML element
+ name (though it's still not legal in HTML by any means).
<p class=example>As another example, consider the attribute
<code>xlink:href</code>. Used on a MathML element, it becomes, after being
@@ -51063,6 +51063,10 @@
HYPHEN-MINUS characters (--), the tool may insert a single U+0020 SPACE
character between any such offending characters.
+ <p>If the XML API restricts comments from ending in a U+002D HYPHEN-MINUS
+ character (-), the tool may insert a single U+0020 SPACE character at the
+ end of such comments.
+
<p>If the XML API restricts allowed characters in character data, the tool
may replace any U+000C FORM FEED (FF) character with a U+0020 SPACE
character, and any other literal non-XML character with a U+FFFD
Modified: source
===================================================================
--- source 2008-07-23 08:58:09 UTC (rev 1911)
+++ source 2008-07-23 21:08:07 UTC (rev 1912)
@@ -41323,7 +41323,7 @@
<!-- </html> -->
<p>An <code>html</code> element's <span title="syntax-end-tag">end
tag</span> may be omitted if the <code>html</code> element is not
- immediately followed a <span title="syntax-comments">comment</span>
+ immediately followed by a <span title="syntax-comments">comment</span>
and the element contains a <code>body</code> element that is either
not empty or whose <span title="syntax-start-tag">start tag</span>
has not been omitted.</p>
@@ -48129,10 +48129,10 @@
symbols, in increasing numeric order.</p>
<p class="example">For example, the element name <code
- title="">.foo<bar</code>, which can be output by the <span>HTML
+ title="">foo<bar</code>, which can be output by the <span>HTML
parser</span>, though it is neither a legal HTML element name nor a
well-formed XML element name, would be converted into <code
- title="">U0002EfooU0003Cbar</code>, which <em>is</em> a well-formed
+ title="">fooU0003Cbar</code>, which <em>is</em> a well-formed
XML element name (though it's still not legal in HTML by any
means).</p>
@@ -48156,6 +48156,10 @@
U+002D HYPHEN-MINUS characters (--), the tool may insert a single
U+0020 SPACE character between any such offending characters.</p>
+ <p>If the XML API restricts comments from ending in a
+ U+002D HYPHEN-MINUS character (-), the tool may insert a single
+ U+0020 SPACE character at the end of such comments.</p>
+
<p>If the XML API restricts allowed characters in character data,
the tool may replace any U+000C FORM FEED (FF) character with a
U+0020 SPACE character, and any other literal non-XML character with
More information about the Commit-Watchers
mailing list