- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 07:57:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv31813
Modified Files:
Overview.html forms.html spec.html spec.preprocessed.html
Log Message:
typo (whatwg r6447)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1559
retrieving revision 1.1560
diff -u -d -r1.1559 -r1.1560
--- Overview.html 14 Aug 2011 06:57:34 -0000 1.1559
+++ Overview.html 14 Aug 2011 07:57:30 -0000 1.1560
@@ -361,7 +361,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5146.</p>
+ This is revision 1.5148.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1689
retrieving revision 1.1690
diff -u -d -r1.1689 -r1.1690
--- spec.html 14 Aug 2011 06:57:34 -0000 1.1689
+++ spec.html 14 Aug 2011 07:57:30 -0000 1.1690
@@ -362,7 +362,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5146.</p>
+ This is revision 1.5148.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -15839,7 +15839,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
@@ -15876,7 +15876,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" id="maxlength">maxlength</a></code> attribute. By
adding this to the <code><a href="#the-textarea-element" id="textarea_20">textarea</a></code> element, we can limit users
@@ -15903,7 +15903,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" id="flow-content_116">flow content</a>, <a href="#phrasing-content" id="phrasing-content_131">phrasing
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -d -r1.541 -r1.542
--- spec.preprocessed.html 14 Aug 2011 06:57:41 -0000 1.541
+++ spec.preprocessed.html 14 Aug 2011 07:57:34 -0000 1.542
@@ -378,7 +378,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5146.</p>
+ This is revision 1.5148.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -15581,7 +15581,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
@@ -15618,7 +15618,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
@@ -15645,7 +15645,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
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.1126
retrieving revision 1.1127
diff -u -d -r1.1126 -r1.1127
--- forms.html 11 Aug 2011 22:57:06 -0000 1.1126
+++ forms.html 14 Aug 2011 07:57:30 -0000 1.1127
@@ -559,7 +559,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
@@ -596,7 +596,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="attributes-common-to-form-controls.html#attr-fe-maxlength" id="maxlength">maxlength</a></code> attribute. By
adding this to the <code><a href="the-textarea-element.html#the-textarea-element" id="textarea_20">textarea</a></code> element, we can limit users
@@ -623,7 +623,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="content-models.html#flow-content" id="flow-content_116">flow content</a>, <a href="content-models.html#phrasing-content" id="phrasing-content_131">phrasing
Received on Sunday, 14 August 2011 07:57:38 UTC