- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 01:13:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv804
Modified Files:
Overview.html
Log Message:
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...) (whatwg r2235)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1407
retrieving revision 1.1408
diff -u -d -r1.1407 -r1.1408
--- Overview.html 25 Sep 2008 01:11:45 -0000 1.1407
+++ Overview.html 25 Sep 2008 01:13:43 -0000 1.1408
@@ -29959,11 +29959,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
Received on Thursday, 25 September 2008 01:14:22 UTC