html5/spec Overview.html,1.4195,1.4196

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4195
retrieving revision 1.4196
diff -u -d -r1.4195 -r1.4196
--- Overview.html	10 Aug 2010 06:19:34 -0000	1.4195
+++ Overview.html	10 Aug 2010 06:38:20 -0000	1.4196
@@ -35183,7 +35183,7 @@
   <p>When a form <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must
   <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must
   invoke the <a href="#concept-form-reset-control" title="concept-form-reset-control">reset
-  algorithm</a> of each <a href="#category-reset" title="category-reset">resettable elements</a> whose <a href="#form-owner">form
+  algorithm</a> of each <a href="#category-reset" title="category-reset">resettable element</a> whose <a href="#form-owner">form
   owner</a> is <var title="">form</var>, and <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> from <var title="">form</var>.</p>
 
   <p>Each <a href="#category-reset" title="category-reset">resettable element</a>
@@ -51954,8 +51954,8 @@
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
   </ol><p class="note">In other words, <code>&lt;!DOCTYPE HTML SYSTEM
   "about:legacy-compat"&gt;</code> or <code>&lt;!DOCTYPE HTML SYSTEM
-  'about:legacy-compat'&gt;</code>, case-insensitively except for the bit
-  in single or double quotes.<p>The <a href="#doctype-legacy-string">DOCTYPE legacy string</a> should not be used unless
+  'about:legacy-compat'&gt;</code>, case-insensitively except for the
+  part in single or double quotes.<p>The <a href="#doctype-legacy-string">DOCTYPE legacy string</a> should not be used unless
   the document is generated from a system that cannot output the
   shorter string.<hr><!-- see the parser section before changing this bit --><p>To help authors transition from HTML4 and XHTML1, an
   <dfn id="obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</dfn> can be inserted into
@@ -52038,8 +52038,8 @@
   in certain cases</a>) and just before the end tag (which again,
   <a href="#syntax-tag-omission" title="syntax-tag-omission">might be implied in certain
   cases</a>). The exact allowed contents of each individual element
-  depends on the content model of that element, as described earlier
-  in this specification. Elements must not contain content that their
+  depend on the content model of that element, as described earlier in
+  this specification. Elements must not contain content that their
   content model disallows. In addition to the restrictions placed on
   the contents by those content models, however, the five types of
   elements have additional <em>syntactic</em> requirements.<p><a href="#void-elements">Void elements</a> can't have any contents (since there's

Received on Tuesday, 10 August 2010 06:38:27 UTC