Skip to content

Commit

Permalink
[e] (0) fix nonsensical english
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7980

git-svn-id: http://svn.whatwg.org/webapps@4262 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent b49ab69 commit 289e8fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -1706,8 +1706,8 @@ <h3 id=a-quick-introduction-to-html><span class=secno>1.8 </span>A quick introdu

<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 "&#9251;") and line breaks ("&#9166;") that all end
up as text nodes in the DOM.</p>
(represented here by "&#9251;") and line breaks ("&#9166;") 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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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 "&#9251;") and line breaks ("&#9166;") that all end
up as text nodes in the DOM.</p>
(represented here by "&#9251;") and line breaks ("&#9166;") 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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -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
Expand Down

0 comments on commit 289e8fc

Please sign in to comment.