CVS html5/html-xhtml-author-guide

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Added closing parenthesis in the table of ambiguous strings.

--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/07/03 23:11:43	1.112
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/07/03 23:13:27	1.113
@@ -824,7 +824,7 @@
 <tr><td>ambiguous</td><td><code>&lt;&#x2d;-</code></td><td>start of comment</td><td>partly unintepreted</td><td>completely uninterpreted</td><td>interpreted</td></tr>
 <tr><td>ambiguous</td><td><code>&#x2d;-&gt;</code></td><td>end of comment</td><td>partly unintepreted</td><td>completely uninterpreted</td><td>interpreted</td></tr>
 <tr><td>ambiguous</td><td><code>&lt;[CDATA[</code></td><td>start of CDATA declaration</td><td colspan="2">completely uninterpreted<td>interpreted <small>(begins CDATA block)</small></td></tr>
-<tr><td>ambiguous</td><td><code>&#93;]&gt;</code></td><td>end of CDATA declaration</td><td colspan="2">completely uninterpreted<td>interpreted <small>(ends CDATA block</small></td></tr>
+<tr><td>ambiguous</td><td><code>&#93;]&gt;</code></td><td>end of CDATA declaration</td><td colspan="2">completely uninterpreted<td>interpreted <small>(ends CDATA block)</small></td></tr>
 <tr><td>ambiguous</td><td><code>cdata content</code></td><td>the content of CDATA sections</td><td></td><td>completely uninterpreted<td>—</td></tr>
 <tr><td>ambiguous</td><td><code>&lt;/script</code> </td><td>if occuring inside  <code>script</code> element and followed by one of "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D), U+0020 SPACE, "&gt;" (U+003E), or "/" (U+002F)</td><td>terminates parent</td><td>completely uninterpreted</td><td>interpreted</td></tr>
 <tr><td>ambiguous</td><td><code>&lt;/style</code></td><td>if occuring inside <code>style</code> element and followed by one of "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D), U+0020 SPACE, "&gt;" (U+003E), or "/" (U+002F)</td><td>terminates parent</td><td>completely uninterpreted</td><td>interpreted</td></tr>

Received on Wednesday, 3 July 2013 23:13:28 UTC