Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) strip spaces from around type=email values, since we alrea…
…dy do for type=url and type=email multiple.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12682

git-svn-id: http://svn.whatwg.org/webapps@6441 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2011
1 parent 9e79e36 commit 748bcb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -44553,7 +44553,8 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty
<div class=impl>

<p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
follows</strong>: <a href=#strip-line-breaks>Strip line breaks</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
follows</strong>: <a href=#strip-line-breaks>Strip line breaks</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>, then <a href=#strip-leading-and-trailing-whitespace>strip leading
and trailing whitespace</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>

<p>When the <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>
attribute is removed, the user agent must run the <a href=#value-sanitization-algorithm>value
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -44420,7 +44420,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<div class=impl>

<p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
follows</strong>: <a href=#strip-line-breaks>Strip line breaks</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
follows</strong>: <a href=#strip-line-breaks>Strip line breaks</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>, then <a href=#strip-leading-and-trailing-whitespace>strip leading
and trailing whitespace</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>

<p>When the <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>
attribute is removed, the user agent must run the <a href=#value-sanitization-algorithm>value
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -49708,6 +49708,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p><strong>The <span>value sanitization algorithm</span> is as
follows</strong>: <span>Strip line breaks</span> from the <span
title="concept-fe-value">value</span>, then <span>strip leading
and trailing whitespace</span> from the <span
title="concept-fe-value">value</span>.</p>

<p>When the <code title="attr-input-multiple">multiple</code>
Expand Down

0 comments on commit 748bcb4

Please sign in to comment.