- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 21:01:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fix nonsensical english (whatwg r4262) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3404&r2=1.3405&f=h http://html5.org/tools/web-apps-tracker?from=4261&to=4262 =================================================================== 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:02:01 UTC