html5/spec Overview.html,1.2182,1.2183

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2182
retrieving revision 1.2183
diff -u -d -r1.2182 -r1.2183
--- Overview.html	29 Apr 2009 03:17:49 -0000	1.2182
+++ Overview.html	29 Apr 2009 04:34:35 -0000	1.2183
@@ -12734,7 +12734,7 @@
   scrutiny. When used in the main prose of a document, it indicates a
   part of the document that has been highlighted due to its likely
   relevance to the user's current activity.<div class="example">
-   <p>This example shows how the <code><a href="#the-mark-element">mark</a></code> example can be used
+   <p>This example shows how the <code><a href="#the-mark-element">mark</a></code> element can be used
    to bring attention to a particular part of a quotation:</p>
    <pre>&lt;p lang="en-US"&gt;Consider the following quote:&lt;/p&gt;
 &lt;blockquote lang="en-GB"&gt;
@@ -24607,9 +24607,10 @@
   unique space-separated tokens</a>, and each token must be the
   preferred name of an <a href="#ascii-compatible-character-encoding">ASCII-compatible character
   encoding</a>. <a href="#references">[IANACHARSET]</a><p>The <dfn id="attr-form-name" title="attr-form-name"><code>name</code></dfn> attribute
-  represents the <code><a href="#the-form-element">form</a></code>'s name within the <code title="dom-forms">forms</code> collection. The value must not be the
-  empty string, and the value must be unique amongst the
-  <code><a href="#the-form-element">form</a></code> elements in the <code title="dom-forms">forms</code> collection that it is in, if any.<p>The <dfn id="attr-form-autocomplete" title="attr-form-autocomplete"><code>autocomplete</code></dfn>
+  represents the <code><a href="#the-form-element">form</a></code>'s name within the <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code> collection. The value must
+  not be the empty string, and the value must be unique amongst the
+  <code><a href="#the-form-element">form</a></code> elements in the <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code> collection that it is in, if
+  any.<p>The <dfn id="attr-form-autocomplete" title="attr-form-autocomplete"><code>autocomplete</code></dfn>
   attribute is an <a href="#enumerated-attribute">enumerated attribute</a>. The attribute has
   two states. The <code title="attr-form-autocomplete-on">on</code>
   keyword maps to the <dfn id="attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</dfn> state, and the
@@ -58317,6 +58318,7 @@
   Hugh Winkler,
   Ian Bicking,
   Ignacio Javier,
+  Ivan Enderlin,
   Ivo Emanuel Gon&ccedil;alves,
   J. King,
   Jacques Distler,

Received on Wednesday, 29 April 2009 04:34:47 UTC