[html5] r4262 - [e] (0) fix nonsensical english Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 05:14:10 PDT 2009


Author: ianh
Date: 2009-10-21 05:14:06 -0700 (Wed, 21 Oct 2009)
New Revision: 4262

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix nonsensical english
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7980

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 12:12:14 UTC (rev 4261)
+++ complete.html	2009-10-21 12:14:06 UTC (rev 4262)
@@ -1706,8 +1706,8 @@
 
   <p>There are many more text nodes in the DOM tree than one would
   initially expect, because the source contains a number of spaces
-  (presented by "␣") and line breaks ("⏎") that all end
-  up as text nodes in the DOM.</p>
+  (represented here by "␣") and line breaks ("⏎") that
+  all end up as text nodes in the DOM.</p>
 
   <p>The <code><a href=#the-head-element-0>head</a></code> element contains a <code><a href=#the-title-element-0>title</a></code>
   element, which itself contains a text node with the text "Sample

Modified: index
===================================================================
--- index	2009-10-21 12:12:14 UTC (rev 4261)
+++ index	2009-10-21 12:14:06 UTC (rev 4262)
@@ -1536,8 +1536,8 @@
 
   <p>There are many more text nodes in the DOM tree than one would
   initially expect, because the source contains a number of spaces
-  (presented by "␣") and line breaks ("⏎") that all end
-  up as text nodes in the DOM.</p>
+  (represented here by "␣") and line breaks ("⏎") that
+  all end up as text nodes in the DOM.</p>
 
   <p>The <code><a href=#the-head-element-0>head</a></code> element contains a <code><a href=#the-title-element-0>title</a></code>
   element, which itself contains a text node with the text "Sample

Modified: source
===================================================================
--- source	2009-10-21 12:12:14 UTC (rev 4261)
+++ source	2009-10-21 12:14:06 UTC (rev 4262)
@@ -505,8 +505,8 @@
 
   <p>There are many more text nodes in the DOM tree than one would
   initially expect, because the source contains a number of spaces
-  (presented by "&#x2423;") and line breaks ("&#x23CE;") that all end
-  up as text nodes in the DOM.</p>
+  (represented here by "&#x2423;") and line breaks ("&#x23CE;") that
+  all end up as text nodes in the DOM.</p>
 
   <p>The <code>head</code> element contains a <code>title</code>
   element, which itself contains a text node with the text "Sample




More information about the Commit-Watchers mailing list