- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 02:53:50 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6447) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5147&r2=1.5148&f=h http://html5.org/tools/web-apps-tracker?from=6446&to=6447 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5147 retrieving revision 1.5148 diff -u -d -r1.5147 -r1.5148 --- Overview.html 14 Aug 2011 06:48:43 -0000 1.5147 +++ Overview.html 14 Aug 2011 06:53:36 -0000 1.5148 @@ -30982,7 +30982,7 @@ </fieldset> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900"<strong> name="delivery"</strong>></label></p> <p><label>Delivery instructions: <textarea<strong> name="comments"</strong>></textarea></label></p> - <p><button>Submit order</button><p> + <p><button>Submit order</button></p> </form></pre><p>For example, if the customer entered "Denise Lawrence" as their name, "555-321-8642" as their telephone number, did not specify an e-mail address, asked for a medium-sized pizza, selected the Extra @@ -31019,7 +31019,7 @@ </fieldset> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900" name="delivery"<strong> required</strong>></label></p> <p><label>Delivery instructions: <textarea name="comments"></textarea></label></p> - <p><button>Submit order</button><p> + <p><button>Submit order</button></p> </form></pre><p>It is also possible to limit the length of the input, using the <code title="attr-fe-maxlength"><a href="#attr-fe-maxlength">maxlength</a></code> attribute. By adding this to the <code><a href="#the-textarea-element">textarea</a></code> element, we can limit users @@ -31046,7 +31046,7 @@ </fieldset> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900" name="delivery" required></label></p> <p><label>Delivery instructions: <textarea name="comments"<strong> maxlength=1000</strong>></textarea></label></p> - <p><button>Submit order</button><p> + <p><button>Submit order</button></p> </form></pre><h4 id="categories"><span class="secno">4.10.2 </span>Categories</h4><p>Mostly for historical reasons, elements in this section fall into several overlapping (but subtly different) categories in addition to the usual ones like <a href="#flow-content">flow content</a>, <a href="#phrasing-content">phrasing
Received on Sunday, 14 August 2011 06:53:52 UTC