spec/Overview.html 1.1102 1912 tidy up the messes that #whatwg found ov

tidy up the messes that #whatwg found overnight -- thanks (whatwg r1912)

Diffs for this change per section: 
  omitted
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1102.html#omitted
  8.2.7 Coercing an HTML DOM into an infoset
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1102.html#coercing

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1101&r2=1.1102&f=h

http://html5.org/tools/web-apps-tracker?from=1911&to=1912

===================================================================
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&lt;bar</code>, which can be output by the <a
+   title="">foo&lt;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 Thursday, 24 July 2008 06:07:09 UTC