[html5] r882 - /
    whatwg at whatwg.org 
    whatwg at whatwg.org
       
    Fri Jun  8 19:29:41 PDT 2007
    
    
  
Author: ianh
Date: 2007-06-08 19:29:40 -0700 (Fri, 08 Jun 2007)
New Revision: 882
Modified:
   index
   source
Log:
[e] (0) add note regarding CR entities
Modified: index
===================================================================
--- index	2007-06-09 02:26:04 UTC (rev 881)
+++ index	2007-06-09 02:29:40 UTC (rev 882)
@@ -34672,7 +34672,10 @@
 
   <p class=big-issue>It seems browsers convert CRs to LFs even as entities.
    Should we also do that? If so, we should remove the CRs in the tree
-   construction phase.
+   construction phase.</p>
+  <!-- IE is not such a browser; you
+  can prove that by comparing id="
X" to id="
X" in terms of
+  getElementById('\nX') vs '\rX'. -->
 
   <h4 id=tree-construction><span class=secno>8.2.4. </span><dfn
    id=tree-construction0>Tree construction</dfn></h4>
Modified: source
===================================================================
--- source	2007-06-09 02:26:04 UTC (rev 881)
+++ source	2007-06-09 02:29:40 UTC (rev 882)
@@ -32068,7 +32068,9 @@
 
   <p class="big-issue">It seems browsers convert CRs to LFs even as
   entities. Should we also do that? If so, we should remove the CRs in
-  the tree construction phase.</p>
+  the tree construction phase.</p> <!-- IE is not such a browser; you
+  can prove that by comparing id="
X" to id="
X" in terms of
+  getElementById('\nX') vs '\rX'. -->
 
   <h4><dfn>Tree construction</dfn></h4>
 
    
    
More information about the Commit-Watchers
mailing list