Short URL: http://html5.org/r/2235
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2235 | WF2: allow type=url to be set to a non-valid URL (setting it to not a URL is meaningless since everything is a URL in HTML5, technically...) | 2008-09-25 01:13 |
Index: source =================================================================== --- source (revision 2234) +++ source (revision 2235) @@ -26436,10 +26436,11 @@ 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>