html5/spec Overview.html,1.1096,1.1097

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

Modified Files:
	Overview.html 
Log Message:
typos (credit: ms) (whatwg r1908)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1096
retrieving revision 1.1097
diff -u -d -r1.1096 -r1.1097
--- Overview.html	23 Jul 2008 02:02:55 -0000	1.1096
+++ Overview.html	23 Jul 2008 02:28:06 -0000	1.1097
@@ -51093,7 +51093,7 @@
    any problematic characteristics.
 
   <p>Tools that cannot convey the out-of-band information using out-of-band
-   mechanisms, or that cannot convey the DOM exact as prescribed by this
+   mechanisms, or that cannot convey the DOM exactly as prescribed by this
    specification, may either ignore the offending information or DOM feature,
    or may represent it internally in the DOM using the conventions described
    below.
@@ -51160,9 +51160,9 @@
     LOW LINE (_) character, dropping any attributes where doing this would
     cause an attribute name clash.
 
-   <dt>Form controls being associated with forms that aren't their nearest
-    ancestor (use of the <a href="#form-element"><code>form</code> element
-    pointer</a>
+   <dt>Form controls associated with forms that aren't their nearest ancestor
+    (use of the <a href="#form-element"><code>form</code> element
+    pointer</a>)
 
    <dd>Create an attribute <code title="">__formid__</code> on the form, with
     a value unique amongst <code title="">__formid__</code> attributes in the

Received on Wednesday, 23 July 2008 02:28:44 UTC