Skip to content

Commit

Permalink
[] (0) WF2: allow type=url to be set to a non-valid URL (setting it t…
Browse files Browse the repository at this point in the history
…o not a URL is meaningless since everything is a URL in HTML5, technically...)

git-svn-id: http://svn.whatwg.org/webapps@2235 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2008
1 parent 1779340 commit 4957128
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -29952,11 +29952,11 @@ function AddCloud(data, x, y) { ... }</pre>
should allow the user to change the URL represented by its <a
href="#value12" title=concept-fe-value>value</a>. User agents may allow
the user to set the <a href="#value12" title=concept-fe-value>value</a> to
a string that is not a URL. User agents should allow the user to set the
<a href="#value12" 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="#value12"
title=concept-fe-value>value</a> of such <code><a
a string that is not a <span>value URL</span>. User agents should allow
the user to set the <a href="#value12" 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="#value12" title=concept-fe-value>value</a> of such <code><a
href="#input0">input</a></code> elements.

<p><strong>The <a href="#url2" title=attr-input-type-url>URL</a> state's <a
Expand Down
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26436,10 +26436,11 @@ function AddCloud(data, x, y) { ... }</pre>
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 URL. 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
string that is not a <span>value URL</span>. 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> of such <code>input</code>
elements.</p>

Expand Down

0 comments on commit 4957128

Please sign in to comment.