spec/Overview.html 1.1408 2235 WF2: allow type=url to be set to a non-v

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)

4.10.4.1.4. URL state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1408.html#url-state

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1407&r2=1.1408&f=h
http://html5.org/tools/web-apps-tracker?from=2234&to=2235

===================================================================
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:17:33 UTC