[html5] r2369 - [] (0) WF2: Allow UAs to auto-escapify data entered for type=url.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 27 23:36:13 PDT 2008
Author: ianh
Date: 2008-10-27 23:36:12 -0700 (Mon, 27 Oct 2008)
New Revision: 2369
Modified:
index
source
Log:
[] (0) WF2: Allow UAs to auto-escapify data entered for type=url.
Modified: index
===================================================================
--- index 2008-10-28 01:12:53 UTC (rev 2368)
+++ index 2008-10-28 06:36:12 UTC (rev 2369)
@@ -24159,10 +24159,14 @@
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>valid URL</a>. 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>
+ string that is not a <a href=#valid-url>valid 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>valid
+ 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>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
specified, must have a value that is a <a href=#valid-url>valid URL</a>.</p>
Modified: source
===================================================================
--- source 2008-10-28 01:12:53 UTC (rev 2368)
+++ source 2008-10-28 06:36:12 UTC (rev 2369)
@@ -26883,11 +26883,14 @@
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>valid 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
+ string that is not a <span>valid 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>valid
+ 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>
<p>The <code title="attr-input-value">value</code> attribute, if
More information about the Commit-Watchers
mailing list