hixie: More minor fixes. (whatwg r3763)

hixie: More minor fixes. (whatwg r3763)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2932&r2=1.2933&f=h
http://html5.org/tools/web-apps-tracker?from=3762&to=3763

===================================================================
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 @@
  &lt;input type=submit&gt;
 &lt;/form&gt;</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&amp;q=fur</code>.<p>On the other hand, consider this form:<pre>&lt;form action="/find.cgi" method=post enctype="multipart/form-data"&gt;
+  load <code title="">/find.cgi?t=cats&amp;q=fur</code>.<p>On the other hand, consider this form:<pre>&lt;form action="/find.cgi" method=post enctype="multipart/form-data"&gt;
  &lt;input type=text name=t&gt;
  &lt;input type=search name=q&gt;
  &lt;input type=submit&gt;

Received on Friday, 4 September 2009 23:38:33 UTC