html5/html-xhtml-author-guide html-xhtml-authoring-guide.html,1.41,1.42

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Changing from mistaken working draft (wrong CSS) back to editor's draft. Change UTF-16 to UTF-8, per bug 11055.

Index: html-xhtml-authoring-guide.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- html-xhtml-authoring-guide.html	13 Oct 2010 23:20:11 -0000	1.41
+++ html-xhtml-authoring-guide.html	25 Oct 2010 20:55:16 -0000	1.42
@@ -1,544 +1,546 @@
 <!DOCTYPE html>
-<html dir="ltr" lang="en">
+<html dir="ltr" lang="en"><head>
+
+
+
 
-<head>
 	<title>Polyglot Markup: HTML-Compatible XHTML Documents</title>
-	<meta name="GENERATOR" content="MSHTML 8.00.7600.16588"/>
+	
[...1077 lines suppressed...]
 	<ul class="toc">
 		<li class="tocline"><a class="tocxref" href="#introduction"><span class="secno">1. </span>Introduction</a></li>
@@ -631,6 +627,8 @@
 </div>
 
 
+
+
 <div id="introduction" class="section informative">
 <!--OddPage--><h2><span class="secno">1. </span>Introduction</h2><p><em>This section is non-normative.</em></p>
 	<p>
@@ -659,7 +657,7 @@
 <!--OddPage--><h2><span class="secno">3. </span>Specifying a Document's Character Encoding</h2>
 	<p>
 		Polyglot markup uses either UTF-8 or UTF-16. UTF-8 is preferred.
-		When polyglot markup uses UTF-16, it <em title="must not" class="rfc2119">must not</em> include a BOM.
+		When polyglot markup uses UTF-8, it <em title="must not" class="rfc2119">must not</em> include a BOM.
 		When polyglot markup uses UTF-16, it <em title="must" class="rfc2119">must</em> include the BOM indicating 
 		little-endian UTF-16 or big-endian UTF-16. 
 	</p>

Received on Monday, 25 October 2010 20:55:25 UTC