- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 00:39:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28869
Modified Files:
Overview.html
Log Message:
Make HTML serialisation more conservative near <pre>. (whatwg r6940)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5537
retrieving revision 1.5538
diff -u -d -r1.5537 -r1.5538
--- Overview.html 31 Jan 2012 00:32:39 -0000 1.5537
+++ Overview.html 31 Jan 2012 00:39:09 -0000 1.5538
@@ -65656,8 +65656,11 @@
<p>If <var title="">current node</var> is a <code><a href="#the-pre-element">pre</a></code>,
- <code><a href="#the-textarea-element">textarea</a></code>, or <code><a href="#listing">listing</a></code> element, append
- a U+000A LINE FEED (LF) character.</p>
+ <code><a href="#the-textarea-element">textarea</a></code>, or <code><a href="#listing">listing</a></code> element, and
+ the first child node of the element, if any, is a <a href="#text-node">text
+ node</a> whose character data has as its first character a
+ U+000A LINE FEED (LF) character, then append a U+000A LINE
+ FEED (LF) character.</p>
<p>Append the value of running the <a href="#html-fragment-serialization-algorithm">HTML fragment
serialization algorithm</a> on the <var title="">current
Received on Tuesday, 31 January 2012 00:39:16 UTC