CVS html5/html-xhtml-author-guide

Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv25263

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Editorial fixes for bugs 23454 and 23455.

--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/10/08 17:37:14	1.138
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/10/09 00:00:50	1.139
@@ -374,7 +374,7 @@
     <section id="minimal-polyglot-html-document">
         <h4>A minimal HTML document</h4>
         <p>
-            Every <a>polyglot markup</a> document therefore ontains an <code>html</code>, <code>head</code>, <code>title</code>,
+            Every <a>polyglot markup</a> document therefore contains an <code>html</code>, <code>head</code>, <code>title</code>,
             and <code>body</code> element, represented in the code with their tags.
             The <code>html</code> element is the root element.
             The <code>head</code> and <code>body</code> elements are children of the <code>html</code> element.
@@ -674,7 +674,7 @@
     </p>
 
     <figure>
-        <figcaption>HTML5”s list of raw text elements</figcaption>
+        <figcaption>HTML5's list of raw text elements</figcaption>
         <blockquote cite="http://www.w3.org/TR/html5/syntax.html#raw-text-elements">
             <code>script</code>, <code>style</code>
             <!-- iframe and noscript don't count as raw text for syntax purposes -->
@@ -711,7 +711,7 @@
                 <td>LESS-THAN SIGN</td><td>uninterpreted <small>(but see the <code>&lt;/script</code> and <code>&lt;/style</code> rows)</small></td>
                 <td>uninterpreted</td><td>interpreted <small>(commences tags, comments, CDATA)</small></td></tr>
             <tr><td><code>&amp;</code></td><td>AMPERSAND</td><td>uninterpreted</td><td>uninterpreted</td><td>interpreted <small>commences character reference or entity</small></td></tr>
-            <tr><td><code>&lt;&#x2d;-</code></td><td>start of comment</td><td>partly unintepreted</td><td>uninterpreted</td><td>interpreted</td></tr>
+            <tr><td><code>&lt;!&#x2d;-</code></td><td>start of comment</td><td>partly unintepreted</td><td>uninterpreted</td><td>interpreted</td></tr>
             <tr><td><code>&#x2d;-></code></td><td>end of comment</td><td>partly unintepreted</td><td>uninterpreted</td><td>interpreted</td></tr>
             <tr><td><code>&lt;[CDATA[</code></td><td>start of CDATA declaration</td><td>uninterpreted</td><td>uninterpreted</td><td>interpreted <small>(begins CDATA block)</small></td></tr>
             <tr><td><code>&#93;]></code></td><td>end of CDATA declaration</td><td>uninterpreted</td><td>uninterpreted</td><td>interpreted <small>(ends CDATA block)</small></td></tr>

Received on Wednesday, 9 October 2013 00:00:53 UTC