- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 15:23:59 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify the form intro style and fix a typo. (whatwg r4809) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3857&r2=1.3858&f=h http://html5.org/tools/web-apps-tracker?from=4808&to=4809 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3857 retrieving revision 1.3858 diff -u -d -r1.3857 -r1.3858 --- Overview.html 25 Feb 2010 04:54:41 -0000 1.3857 +++ Overview.html 25 Feb 2010 06:23:37 -0000 1.3858 @@ -715,7 +715,7 @@ <ol> <li><a href="#writing-a-form-s-user-interface"><span class="secno">4.10.1.1 </span>Writing a form's user interface</a></li> <li><a href="#implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</a></li> - <li><a href="#configuring-o-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring o form to communicate with a server</a></li> + <li><a href="#configuring-a-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring a form to communicate with a server</a></li> <li><a href="#client-side-form-validation"><span class="secno">4.10.1.4 </span>Client-side form validation</a></ol></li> <li><a href="#categories"><span class="secno">4.10.2 </span>Categories</a></li> <li><a href="#the-form-element"><span class="secno">4.10.3 </span>The <code>form</code> element</a></li> @@ -24581,7 +24581,7 @@ <p><label> <input type=radio name=size> Medium </label></p> <p><label> <input type=radio name=size> Large </label></p> </fieldset></strong> -</form></pre><p>To pick toppings, we can use checkboxes. These use the +</form></pre><p class="note">Changes from the previous step are highlighted.<p>To pick toppings, we can use checkboxes. These use the <code><a href="#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute with the value <code title="attr-input-type-checkbox"><a href="#checkbox-state">checkbox</a></code>:<pre><form> <p><label>Customer name: <input></label></p> <fieldset> @@ -24712,7 +24712,7 @@ <dt><code title="">comments</code></dt> <dd>The delivery instructions</dd> - </dl><h5 id="configuring-o-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring o form to communicate with a server</h5><p><i>This section is non-normative.</i><p>Form submissions are exposed to servers in a variety of ways, + </dl><h5 id="configuring-a-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring a form to communicate with a server</h5><p><i>This section is non-normative.</i><p>Form submissions are exposed to servers in a variety of ways, most commonly as HTTP GET or POST requests. To specify the exact method used, the <code title="attr-fs-method"><a href="#attr-fs-method">method</a></code> attribute is specified on the <code><a href="#the-form-element">form</a></code> element. This
Received on Thursday, 25 February 2010 06:24:28 UTC