Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) s/may/should/ on IDN support in input.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11579

git-svn-id: http://svn.whatwg.org/webapps@5934 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 4, 2011
1 parent c804cda commit a9d283d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
10 changes: 6 additions & 4 deletions complete.html
Expand Up @@ -41338,8 +41338,9 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the <a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may transform
the <a href=#concept-fe-value title=concept-fe-value>value</a> for display and
editing (e.g. converting punycode in the <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display and
vice versa).</p>
editing; in particular, user agents should convert punycode in the
<a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
and vice versa.</p>

</div>

Expand Down Expand Up @@ -41393,8 +41394,9 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty
characters. User agents should allow the user to remove all the
addresses in the element's <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a>. User agents may
transform the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> for display and
editing (e.g. converting punycode in the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> to IDN in the
display and vice versa).</p>
editing; in particular, user agents should convert punycode in the
<a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
and vice versa.</p>

<p>Whenever the user changes the element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>, the user agent
must run the following steps:</p>
Expand Down
10 changes: 6 additions & 4 deletions index
Expand Up @@ -41321,8 +41321,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the <a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may transform
the <a href=#concept-fe-value title=concept-fe-value>value</a> for display and
editing (e.g. converting punycode in the <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display and
vice versa).</p>
editing; in particular, user agents should convert punycode in the
<a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
and vice versa.</p>

</div>

Expand Down Expand Up @@ -41376,8 +41377,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
characters. User agents should allow the user to remove all the
addresses in the element's <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a>. User agents may
transform the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> for display and
editing (e.g. converting punycode in the <a href=#concept-fe-values title=concept-fe-values>value<em>s</em></a> to IDN in the
display and vice versa).</p>
editing; in particular, user agents should convert punycode in the
<a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display
and vice versa.</p>

<p>Whenever the user changes the element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>, the user agent
must run the following steps:</p>
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -46063,9 +46063,9 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
U+000D CARRIAGE RETURN (CR) characters into the <span
title="concept-fe-value">value</span>. User agents may transform
the <span title="concept-fe-value">value</span> for display and
editing (e.g. converting punycode in the <span
title="concept-fe-value">value</span> to IDN in the display and
vice versa).</p>
editing; in particular, user agents should convert punycode in the
<span title="concept-fe-value">value</span> to IDN in the display
and vice versa.</p>

</div>

Expand Down Expand Up @@ -46127,9 +46127,9 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
title="concept-fe-values">value<em>s</em></span>. User agents may
transform the <span
title="concept-fe-values">value<em>s</em></span> for display and
editing (e.g. converting punycode in the <span
title="concept-fe-values">value<em>s</em></span> to IDN in the
display and vice versa).</p>
editing; in particular, user agents should convert punycode in the
<span title="concept-fe-value">value</span> to IDN in the display
and vice versa.</p>

<p>Whenever the user changes the element's <span
title="concept-fe-value">value<em>s</em></span>, the user agent
Expand Down

0 comments on commit a9d283d

Please sign in to comment.