html5/spec Overview.html,1.2765,1.2766

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26393

Modified Files:
	Overview.html 
Log Message:
typos (whatwg r3573)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2765
retrieving revision 1.2766
diff -u -d -r1.2765 -r1.2766
--- Overview.html	9 Aug 2009 21:43:42 -0000	1.2765
+++ Overview.html	9 Aug 2009 22:40:05 -0000	1.2766
@@ -6339,7 +6339,7 @@
 
   <hr>
 
-  <p>A members of the <code><a href="#radionodelist">RadioNodeList</a></code> interface inherited
+  <p>Members of the <code><a href="#radionodelist">RadioNodeList</a></code> interface inherited
   from the <code>NodeList</code> interface must behave as they would
   on a <code>NodeList</code> object.</p>
 
@@ -6668,9 +6668,9 @@
 
   <hr>
 
-  <p>A members of the <code><a href="#propertynodelist">PropertyNodeList</a></code> interface
-  inherited from the <code>NodeList</code> interface must behave as
-  they would on a <code>NodeList</code> object.</p>
+  <p>Members of the <code><a href="#propertynodelist">PropertyNodeList</a></code> interface inherited
+  from the <code>NodeList</code> interface must behave as they would
+  on a <code>NodeList</code> object.</p>
 
   <p>The <dfn id="dom-propertynodelist-contents" title="dom-PropertyNodeList-contents"><code>contents</code></dfn>
   DOM attribute on the <code><a href="#propertynodelist">PropertyNodeList</a></code> object, on
@@ -7195,7 +7195,7 @@
    <li value="22"><dfn id="quota_exceeded_err"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> <!-- actually defined right here for now -->
 <!--v2DATAGRID   <li value="23"><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
    <li value="81"><dfn id="parse_err"><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
-   <li value="82"><dfn id="serialise_err"><code>SERIALISE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
+   <li value="82"><dfn id="serialize_err"><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
   </ol>
 
 
@@ -46370,7 +46370,7 @@
   (&lt;span itemprop="organization-unit"&gt;Los Angeles Division&lt;/span&gt;)
  &lt;/p&gt;
  &lt;p&gt;
-  &lt;span itempror="adr" item&gt;
+  &lt;span itemprop="adr" item&gt;
    &lt;span itemprop="street-address"&gt;10201 W. Pico Blvd.&lt;/span&gt;&lt;br&gt;
    &lt;span itemprop="locality"&gt;Los Angeles&lt;/span&gt;,
    &lt;span itemprop="region"&gt;CA&lt;/span&gt;
@@ -78193,6 +78193,7 @@
   David Gerard,
   David Håsäther,
   David Hyatt,
+  David I. Lehn,
   David Matja,
   David Remahl,
   David Smith,

Received on Sunday, 9 August 2009 22:40:18 UTC