- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Sep 2010 23:16:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8283
Modified Files:
forms.html spec.html
Log Message:
typo (whatwg r5479)
[updated by splitter]
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- forms.html 24 Sep 2010 22:16:43 -0000 1.1002
+++ forms.html 24 Sep 2010 23:16:33 -0000 1.1003
@@ -470,7 +470,7 @@
</fieldset>
<p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900"></label></p>
<p><label>Delivery instructions: <textarea></textarea></label></p>
-<strong> <p><button>Submit order</button><p></strong>
+<strong> <p><button>Submit order</button></p></strong>
</form></pre><h5 id="implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</h5><p><i>This section is non-normative.</i></p><p>The exact details for writing a server-side processor are out of
scope for this specification. For the purposes of this introduction,
we will assume that the script at <code title="">https://pizza.example.com/order.cgi</code> is configured to
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1212
retrieving revision 1.1213
diff -u -d -r1.1212 -r1.1213
--- spec.html 24 Sep 2010 22:16:47 -0000 1.1212
+++ spec.html 24 Sep 2010 23:16:33 -0000 1.1213
@@ -338,7 +338,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4370.
+This is revision 1.4371.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 24 September 2010 23:16:37 UTC