Skip to content

Commit

Permalink
[e] (0) Clarify the form intro style and fix a typo.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9053

git-svn-id: http://svn.whatwg.org/webapps@4809 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 25, 2010
1 parent 26a889c commit 3f80f64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<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>
Expand Down Expand Up @@ -31060,6 +31060,8 @@ <h5 id="writing-a-form's-user-interface"><span class=secno>4.10.1.1 </span>Writi
&lt;/fieldset&gt;</strong>
&lt;/form&gt;</pre>

<p class=note>Changes from the previous step are highlighted.</p>

<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>:</p>

Expand Down Expand Up @@ -31218,7 +31220,7 @@ <h5 id=implementing-the-server-side-processing-for-a-form><span class=secno>4.10
<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>
</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>

Expand Down
6 changes: 4 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,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>
Expand Down Expand Up @@ -30967,6 +30967,8 @@ the cell that corresponds to the values of the two dice.
&lt;/fieldset&gt;</strong>
&lt;/form&gt;</pre>

<p class=note>Changes from the previous step are highlighted.</p>

<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>:</p>

Expand Down Expand Up @@ -31125,7 +31127,7 @@ the cell that corresponds to the values of the two dice.
<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>
</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>

Expand Down
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -34284,6 +34284,8 @@ the cell that corresponds to the values of the two dice.
&lt;/fieldset></strong>
&lt;/form></pre>

<p class="note">Changes from the previous step are highlighted.</p>

<p>To pick toppings, we can use checkboxes. These use the
<code>input</code> element with a <code
title="attr-input-type">type</code> attribute with the value <code
Expand Down Expand Up @@ -34458,7 +34460,7 @@ the cell that corresponds to the values of the two dice.
</dl>


<h5>Configuring o form to communicate with a server</h5>
<h5>Configuring a form to communicate with a server</h5>

<p><i>This section is non-normative.</i></p>

Expand Down

0 comments on commit 3f80f64

Please sign in to comment.