html5/html-xhtml-author-guide html-xhtml-authoring-guide.html,1.51,1.52

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Rewrote Section 6.5.1, per bug 11578

Index: html-xhtml-authoring-guide.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- html-xhtml-authoring-guide.html	2 Jan 2011 18:47:09 -0000	1.51
+++ html-xhtml-authoring-guide.html	5 Jan 2011 21:48:07 -0000	1.52
@@ -472,7 +472,7 @@
 			<a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a>
 		</p>
 		<h1 class="title" id="title">Polyglot Markup: HTML-Compatible XHTML Documents</h1>
-		<h2 id="w3c-editor-s-draft-06-december-2010">W3C Editor's Draft 01 January 2011</h2>
+		<h2 id="w3c-editor-s-draft-05-january-2011">W3C Editor's Draft 05 January 2011</h2>
 		<dl>
 			<dt>This version:</dt>
 			<dd><a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html">http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html</a></dd>
@@ -582,8 +582,8 @@
 					<li class="tocline"><a class="tocxref" href="#elements-with-soecial-considerations"><span class="secno">6.5 </span>
 						Elements with Special Considerations</a>
 						<ul class="toc">
-							<li class="tocline"><a class="tocxref" href="#white-space-in-textarea-and-pre"><span class="secno">6.5.1 </span>
-								White Space in <code>&lt;textarea&gt;</code> and <code>&lt;pre&gt;</code> Elements</a></li>
+							<li class="tocline"><a class="tocxref" href="#newlines-in-textarea-and-pre"><span class="secno">6.5.1 </span>
+								Newlines in <code>&lt;textarea&gt;</code> and <code>&lt;pre&gt;</code> Elements</a></li>
 							<li class="tocline"><a class="tocxref" href="#elements-that-cannot-contain-special-characters"><span class="secno">6.5.2 </span>
 								Elements that Cannot Contain Special Characters</a></li>
 						</ul>
@@ -1079,9 +1079,10 @@
 	<h3><span class="secno">6.5 </span>Elements with Special Considerations</h3>
 	<p>The following elements or their considerations require exceptions to the general rules for <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a>.</p>
 	
-		<div id="white-space-in-textarea-and-pre" class="section">
-		<h4><span class="secno">6.5.1 </span>White Space in <code>&lt;textarea&gt;</code> and <code>&lt;pre&gt;</code> Elements</h4>
-		When <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> uses either a <code>&lt;textarea&gt;</code> or <code>&lt;pre&gt;</code> element, the text within the element does not begin with white space.
+		<div id="newlines-in-textarea-and-pre" class="section">
+		<h4><span class="secno">6.5.1 </span>Newlines in <code>&lt;textarea&gt;</code> and <code>&lt;pre&gt;</code> Elements</h4>
+		When <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> uses either a <code>&lt;textarea&gt;</code> or <code>&lt;pre&gt;</code> element, 
+		the text within the element does not begin with a <a href="http://dev.w3.org/html5/spec/syntax.html#syntax-newlines">newline</a>.
 <!--End section: White Space in textarea and pre Elements-->	
 		</div>
 		

Received on Wednesday, 5 January 2011 21:48:12 UTC