- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Sep 2009 23:37:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11120
Modified Files:
Overview.html
Log Message:
More minor fixes. (whatwg r3763)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2932
retrieving revision 1.2933
diff -u -d -r1.2932 -r1.2933
--- Overview.html 4 Sep 2009 23:26:29 -0000 1.2932
+++ Overview.html 4 Sep 2009 23:37:39 -0000 1.2933
@@ -31725,12 +31725,12 @@
<li><p>If the element's <code title="attr-textarea-wrap"><a href="#attr-textarea-wrap">wrap</a></code> attribute is in the <a href="#attr-textarea-wrap-hard-state" title="attr-textarea-wrap-hard-state">Hard</a> state, insert
U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) character pairs
- into the string using a UA-defined algorithm so that each line so
- that each line has no more than <a href="#attr-textarea-cols-value" title="attr-textarea-cols-value">character width</a>
- characters. The purposes of this requirement, lines are
- delimited by the start of the string, the end of the string, and
- U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) character
- pairs.</li>
+ into the string using a UA-defined algorithm so that each line has
+ no more than <a href="#attr-textarea-cols-value" title="attr-textarea-cols-value">character
+ width</a> characters. For the purposes of this requirement,
+ lines are delimited by the start of the string, the end of the
+ string, and U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF)
+ character pairs.</li>
</ol></div><p>The <dfn id="attr-textarea-maxlength" title="attr-textarea-maxlength"><code>maxlength</code></dfn>
attribute is a <a href="#attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a> controlled by the
@@ -32407,7 +32407,7 @@
<a href="#maximum-allowed-value-length">maximum allowed value length</a>.</p>
</div><h5 id="form-submission-0"><span class="secno">4.10.14.6 </span>Form submission</h5><p><dfn id="attributes-for-form-submission">Attributes for form submission</dfn> can be specified both
- on <code><a href="#the-form-element">form</a></code> elements and on <a href="#concept-submit-button" title="concept-submit-button">submit button</a> (elements that
+ on <code><a href="#the-form-element">form</a></code> elements and on <a href="#concept-submit-button" title="concept-submit-button">submit buttons</a> (elements that
represent buttons that submit forms, e.g. an <code><a href="#the-input-element">input</a></code>
element whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is
in the <a href="#submit-button-state" title="attr-input-type-submit">Submit Button</a>
@@ -32920,7 +32920,7 @@
<input type=submit>
</form></pre><p>If the user types in "cats" in the first field and "fur" in the
second, and then hits the submit button, then the user agent will
- load <code title="">.../find.cgi?t=cats&q=fur</code>.<p>On the other hand, consider this form:<pre><form action="/find.cgi" method=post enctype="multipart/form-data">
+ load <code title="">/find.cgi?t=cats&q=fur</code>.<p>On the other hand, consider this form:<pre><form action="/find.cgi" method=post enctype="multipart/form-data">
<input type=text name=t>
<input type=search name=q>
<input type=submit>
Received on Friday, 4 September 2009 23:37:51 UTC