- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 21:08:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24501
Modified Files:
Overview.html
Log Message:
tidy up the messes that #whatwg found overnight -- thanks (whatwg r1912)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1101
retrieving revision 1.1102
diff -u -d -r1.1101 -r1.1102
--- Overview.html 23 Jul 2008 20:54:07 -0000 1.1101
+++ Overview.html 23 Jul 2008 21:08:41 -0000 1.1102
@@ -43852,7 +43852,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
@@ -51109,11 +51109,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
@@ -51134,6 +51134,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
Received on Wednesday, 23 July 2008 21:09:20 UTC