- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 09 Aug 2009 22:40:08 +0000
- To: public-html-commits@w3.org
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 @@
(<span itemprop="organization-unit">Los Angeles Division</span>)
</p>
<p>
- <span itempror="adr" item>
+ <span itemprop="adr" item>
<span itemprop="street-address">10201 W. Pico Blvd.</span><br>
<span itemprop="locality">Los Angeles</span>,
<span itemprop="region">CA</span>
@@ -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