- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 12:01:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3562
Modified Files:
Overview.html
Log Message:
fix nonsensical english (whatwg r4262)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3404
retrieving revision 1.3405
diff -u -d -r1.3404 -r1.3405
--- Overview.html 21 Oct 2009 11:59:28 -0000 1.3404
+++ Overview.html 21 Oct 2009 12:01:20 -0000 1.3405
@@ -1492,8 +1492,8 @@
root of HTML documents. It contains two elements, <code><a href="#the-head-element-0">head</a></code>
and <code><a href="#the-body-element-0">body</a></code>, as well as a text node between them.<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>The <code><a href="#the-head-element-0">head</a></code> element contains a <code><a href="#the-title-element-0">title</a></code>
+ (represented here by "␣") and line breaks ("⏎") that
+ all end up as text nodes in the DOM.<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
page". Similarly, the <code><a href="#the-body-element-0">body</a></code> element contains an
<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element, a <code><a href="#the-p-element">p</a></code> element, and a
Received on Wednesday, 21 October 2009 12:01:26 UTC