- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 11:08:35 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: clarifications (whatwg r5264) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4192&r2=1.4193&f=h http://html5.org/tools/web-apps-tracker?from=5263&to=5264 =================================================================== 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><form action="/find.cgi" method=get> <input type=text name=t> <input type=search name=q>
Received on Tuesday, 10 August 2010 02:05:02 UTC