[html5] r4809 - [e] (0) Clarify the form intro style and fix a typo. Fixing http://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 24 22:23:34 PST 2010


Author: ianh
Date: 2010-02-24 22:23:32 -0800 (Wed, 24 Feb 2010)
New Revision: 4809

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify the form intro style and fix a typo.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9053

Modified: complete.html
===================================================================
--- complete.html	2010-02-25 04:54:36 UTC (rev 4808)
+++ complete.html	2010-02-25 06:23:32 UTC (rev 4809)
@@ -544,7 +544,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>
@@ -31060,6 +31060,8 @@
  </fieldset></strong>
 </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><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>
 
@@ -31218,7 +31220,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>
+  </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>
 

Modified: index
===================================================================
--- index	2010-02-25 04:54:36 UTC (rev 4808)
+++ index	2010-02-25 06:23:32 UTC (rev 4809)
@@ -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>
@@ -30967,6 +30967,8 @@
  </fieldset></strong>
 </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><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>
 
@@ -31125,7 +31127,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>
+  </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>
 

Modified: source
===================================================================
--- source	2010-02-25 04:54:36 UTC (rev 4808)
+++ source	2010-02-25 06:23:32 UTC (rev 4809)
@@ -34284,6 +34284,8 @@
  </fieldset></strong>
 </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
@@ -34458,7 +34460,7 @@
   </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>
 




More information about the Commit-Watchers mailing list