Skip to content

Commit

Permalink
[e] (0) More minor fixes.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3763 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2009
1 parent 44d3a64 commit 64c13bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
16 changes: 8 additions & 8 deletions index
Expand Up @@ -35720,12 +35720,12 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<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>

Expand Down Expand Up @@ -36528,7 +36528,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<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>
Expand Down Expand Up @@ -37113,7 +37113,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<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>
load <code title="">/find.cgi?t=cats&amp;q=fur</code>.</p>

<p>On the other hand, consider this form:</p>

Expand Down
17 changes: 8 additions & 9 deletions source
Expand Up @@ -40012,13 +40012,12 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
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>

Expand Down Expand Up @@ -40970,7 +40969,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<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>
Expand Down Expand Up @@ -41678,7 +41677,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<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>
load <code title="">/find.cgi?t=cats&amp;q=fur</code>.</p>

<p>On the other hand, consider this form:</p>

Expand Down

0 comments on commit 64c13bc

Please sign in to comment.