hixie: typos (whatwg r3478)

hixie: typos (whatwg r3478)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2680&r2=1.2681&f=h
http://html5.org/tools/web-apps-tracker?from=3477&to=3478

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2680
retrieving revision 1.2681
diff -u -d -r1.2680 -r1.2681
--- Overview.html 27 Jul 2009 23:51:14 -0000 1.2680
+++ Overview.html 28 Jul 2009 00:04:12 -0000 1.2681
@@ -175,7 +175,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 27 July 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 28 July 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -273,7 +273,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 27 July 2009 Editor's Draft.
+  This specification is the 28 July 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -1554,9 +1554,8 @@
   node, including <code>CDATASection</code> nodes; specifically, any
   <code>Node</code> with node type <code title="">TEXT_NODE</code> (3)
   or <code title="">CDATA_SECTION_NODE</code> (4). <a href="#references">[DOM3CORE]</a><p>A content attribute is said to <dfn title="">change</dfn> value
-  only if its value new value is different than its previous value;
-  setting an attribute to a value it already has does not change
-  it.<h4 id="scripting-0"><span class="secno">2.1.3 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
+  only if its new value is different than its previous value; setting
+  an attribute to a value it already has does not change it.<h4 id="scripting-0"><span class="secno">2.1.3 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
   <code>Foo</code> is actually an interface, is sometimes used instead
   of the more accurate "an object implementing the interface
   <code>Foo</code>".<p>A DOM attribute is said to be <dfn title="">getting</dfn> when its value is
@@ -1594,7 +1593,7 @@
   are the second and later bytes of multibyte sequences, all
   correspond to single-byte sequences that map to the same Unicode
   characters as those bytes in ANSI_X3.4-1968 (US-ASCII). <a href="#references">[RFC1345]</a><p class="note">This includes such encodings as Shift_JIS and
-  variants of ISO-2022, even though it is possible in this encodings
+  variants of ISO-2022, even though it is possible in these encodings
   for bytes like 0x70 to be part of longer sequences that are
   unrelated to their interpretation as ASCII. It excludes such
   encodings as UTF-7, UTF-16, HZ-GB-2312, GSM03.38, and EBCDIC

Received on Tuesday, 28 July 2009 00:19:02 UTC