[html5] r3763 - [e] (0) More minor fixes.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 4 16:41:03 PDT 2009
Author: ianh
Date: 2009-09-04 16:41:02 -0700 (Fri, 04 Sep 2009)
New Revision: 3763
Modified:
index
source
Log:
[e] (0) More minor fixes.
Modified: index
===================================================================
--- index 2009-09-04 23:29:52 UTC (rev 3762)
+++ index 2009-09-04 23:41:02 UTC (rev 3763)
@@ -35720,12 +35720,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>
@@ -36528,7 +36528,7 @@
<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>
@@ -37113,7 +37113,7 @@
<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>
+ load <code title="">/find.cgi?t=cats&q=fur</code>.</p>
<p>On the other hand, consider this form:</p>
Modified: source
===================================================================
--- source 2009-09-04 23:29:52 UTC (rev 3762)
+++ source 2009-09-04 23:41:02 UTC (rev 3763)
@@ -40012,13 +40012,12 @@
title="attr-textarea-wrap">wrap</code> attribute is in the <span
title="attr-textarea-wrap-hard-state">Hard</span> 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 <span
- title="attr-textarea-cols-value">character width</span>
- 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.</p></li>
+ into the string using a UA-defined algorithm so that each line has
+ no more than <span title="attr-textarea-cols-value">character
+ width</span> 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.</p></li>
</ol>
@@ -40970,7 +40969,7 @@
<p><dfn>Attributes for form submission</dfn> can be specified both
on <code>form</code> elements and on <span
- title="concept-submit-button">submit button</span> (elements that
+ title="concept-submit-button">submit buttons</span> (elements that
represent buttons that submit forms, e.g. an <code>input</code>
element whose <code title="attr-input-type">type</code> attribute is
in the <span title="attr-input-type-submit">Submit Button</span>
@@ -41678,7 +41677,7 @@
<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>
+ load <code title="">/find.cgi?t=cats&q=fur</code>.</p>
<p>On the other hand, consider this form:</p>
More information about the Commit-Watchers
mailing list