- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:11 -0500
- To: public-html-diffs@w3.org
eliot: Rewrote Section 6.5.1, per bug 11578
http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.51&r2=1.52&f=h
===================================================================
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><textarea></code> and <code><pre></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><textarea></code> and <code><pre></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><textarea></code> and <code><pre></code> Elements</h4>
- When <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> uses either a <code><textarea></code> or <code><pre></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><textarea></code> and <code><pre></code> Elements</h4>
+ When <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> uses either a <code><textarea></code> or <code><pre></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, 12 January 2011 02:44:13 UTC