[html5] r2235 - [] (0) WF2: allow type=url to be set to a non-valid URL (setting it to not a URL [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 24 18:13:39 PDT 2008
Author: ianh
Date: 2008-09-24 18:13:39 -0700 (Wed, 24 Sep 2008)
New Revision: 2235
Modified:
index
source
Log:
[] (0) 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...)
Modified: index
===================================================================
--- index 2008-09-25 01:11:40 UTC (rev 2234)
+++ index 2008-09-25 01:13:39 UTC (rev 2235)
@@ -29952,11 +29952,11 @@
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
Modified: source
===================================================================
--- source 2008-09-25 01:11:40 UTC (rev 2234)
+++ source 2008-09-25 01:13:39 UTC (rev 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>
More information about the Commit-Watchers
mailing list