Skip to content

Commit

Permalink
[e] (0) no idea how _this_ typo came to be. I thought I copied and pa…
Browse files Browse the repository at this point in the history
…sted this text all over the place. How did just one get screwed up?

git-svn-id: http://svn.whatwg.org/webapps@3616 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent 7c1aaad commit 3d0d12c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
25 changes: 13 additions & 12 deletions index
Expand Up @@ -30890,18 +30890,19 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<div class=impl>

<p>If the is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>, the user
agent should allow the user to change the URL represented by its
<a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may allow
the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a
string that is not a <a href=#valid-url title="valid URL">valid</a>
<a href=#absolute-url>absolute URL</a>, but may also or instead automatically
escape characters entered by the user so that the <a href=#concept-fe-value title=concept-fe-value>value</a> is always a <a href=#valid-url title="valid
URL">valid</a> <a href=#absolute-url>absolute URL</a> (even if that isn't the
actual value seen and edited by the user in the interface). User
agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string. User
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>.</p>
<p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
the user agent should allow the user to change the URL represented
by its <a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may
allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
<a href=#valid-url title="valid URL">valid</a> <a href=#absolute-url>absolute URL</a>, but
may also or instead automatically escape characters entered by the
user so that the <a href=#concept-fe-value title=concept-fe-value>value</a> is
always a <a href=#valid-url title="valid URL">valid</a> <a href=#absolute-url>absolute
URL</a> (even if that isn't the actual value seen and edited by
the user in the interface). User agents should allow the user to set
the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty
string. User 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>.</p>

</div>

Expand Down
28 changes: 14 additions & 14 deletions source
Expand Up @@ -34297,20 +34297,20 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<div class="impl">

<p>If the is <i title="concept-input-mutable">mutable</i>, the user
agent should allow the user to change the URL represented by its
<span title="concept-fe-value">value</span>. User agents may allow
the user to set the <span title="concept-fe-value">value</span> to a
string that is not a <span title="valid URL">valid</span>
<span>absolute URL</span>, but may also or instead automatically
escape characters entered by the user so that the <span
title="concept-fe-value">value</span> is always a <span title="valid
URL">valid</span> <span>absolute URL</span> (even if that isn't the
actual value seen and edited by the user in the interface). User
agents should allow the user to set the <span
title="concept-fe-value">value</span> to the empty string. User
agents must not allow users to insert U+000A LINE FEED (LF) or
U+000D CARRIAGE RETURN (CR) characters into the <span
<p>If the element is <i title="concept-input-mutable">mutable</i>,
the user agent should allow the user to change the URL represented
by its <span title="concept-fe-value">value</span>. User agents may
allow the user to set the <span
title="concept-fe-value">value</span> to a string that is not a
<span title="valid URL">valid</span> <span>absolute URL</span>, but
may also or instead automatically escape characters entered by the
user so that the <span title="concept-fe-value">value</span> is
always a <span title="valid URL">valid</span> <span>absolute
URL</span> (even if that isn't the actual value seen and edited by
the user in the interface). User agents should allow the user to set
the <span title="concept-fe-value">value</span> to the empty
string. User agents must not allow users to insert U+000A LINE FEED
(LF) or U+000D CARRIAGE RETURN (CR) characters into the <span
title="concept-fe-value">value</span>.</p>

</div>
Expand Down

0 comments on commit 3d0d12c

Please sign in to comment.