html5/spec Overview.html,1.4192,1.4193

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

Modified Files:
	Overview.html 
Log Message:
clarifications (whatwg r5264)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4192
retrieving revision 1.4193
diff -u -d -r1.4192 -r1.4193
--- Overview.html	10 Aug 2010 01:59:06 -0000	1.4192
+++ Overview.html	10 Aug 2010 02:04:19 -0000	1.4193
@@ -33626,9 +33626,9 @@
   with its <span class="impl">nearest</span> ancestor
   <code><a href="#the-form-element">form</a></code> element<span class="impl"> (as described
   below)</span>, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to
-  override this.<p>If a <a href="#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then its
-  value must be the ID of a <code><a href="#the-form-element">form</a></code> element in the element's
-  owner <code><a href="#document">Document</a></code>.<div class="impl">
+  override this.<p>If a <a href="#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then that
+  attribute's value must be the ID of a <code><a href="#the-form-element">form</a></code> element in
+  the element's owner <code><a href="#document">Document</a></code>.<div class="impl">
 
   <p class="note">The rules in this section are complicated by the
   fact that although conforming documents will never contain nested
@@ -34379,8 +34379,8 @@
 
   <h5 id="introduction-1"><span class="secno">4.10.21.1 </span>Introduction</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
-  </div><p><i>This section is non-normative.</i><p>When forms are submitted, the data in the form is converted into
-  the form specified by the <a href="#concept-fs-enctype" title="concept-fs-enctype">enctype</a>, and then sent to the
+  </div><p><i>This section is non-normative.</i><p>When a form is submitted, the data in the form is converted into
+  the structure specified by the <a href="#concept-fs-enctype" title="concept-fs-enctype">enctype</a>, and then sent to the
   destination specified by the <a href="#concept-fs-action" title="concept-fs-action">action</a> using the given <a href="#concept-fs-method" title="concept-fs-method">method</a>.<p>For example, take the following form:<pre>&lt;form action="/find.cgi" method=get&gt;
  &lt;input type=text name=t&gt;
  &lt;input type=search name=q&gt;

Received on Tuesday, 10 August 2010 02:04:25 UTC