[html5] r1675 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 22 17:18:06 PDT 2008


Author: ianh
Date: 2008-05-22 17:18:06 -0700 (Thu, 22 May 2008)
New Revision: 1675

Modified:
   index
   source
Log:
[t] (0) update <listing> to include a newline on serialisation

Modified: index
===================================================================
--- index	2008-05-22 23:30:54 UTC (rev 1674)
+++ index	2008-05-23 00:18:06 UTC (rev 1675)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 22 May
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 23 May
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -48364,8 +48364,9 @@
         <!-- XXX when we get around to it, add
         event-source -->
         <p>If <var title="">current node</var> is a <code><a
-         href="#pre">pre</a></code> or <code>textarea</code> element, append
-         a U+000A LINE FEED (LF) character.</p>
+         href="#pre">pre</a></code> <code>textarea</code>, or
+         <code>listing</code> element, append a U+000A LINE FEED (LF)
+         character.</p>
 
         <p>Append the value of running the <a href="#html-fragment">HTML
          fragment serialization algorithm</a> on the <var title="">current

Modified: source
===================================================================
--- source	2008-05-22 23:30:54 UTC (rev 1674)
+++ source	2008-05-23 00:18:06 UTC (rev 1675)
@@ -45636,8 +45636,8 @@
         event-source -->
 
         <p>If <var title="">current node</var> is a <code>pre</code>
-        or <code>textarea</code> element, append a U+000A LINE FEED
-        (LF) character.</p>
+        <code>textarea</code>, or <code>listing</code> element, append
+        a U+000A LINE FEED (LF) character.</p>
 
         <p>Append the value of running the <span>HTML fragment
         serialization algorithm</span> on the <var title="">current




More information about the Commit-Watchers mailing list