html5/spec Overview.html,1.2806,1.2807

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17338

Modified Files:
	Overview.html 
Log Message:
no idea how _this_ typo came to be. I thought I copied and pasted this text all over the place. How did just one get screwed up? (whatwg r3616)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2806
retrieving revision 1.2807
diff -u -d -r1.2806 -r1.2807
--- Overview.html	14 Aug 2009 05:35:22 -0000	1.2806
+++ Overview.html	14 Aug 2009 05:37:13 -0000	1.2807
@@ -27514,18 +27514,19 @@
   for editing a single <a href="#absolute-url">absolute URL</a> given in the
   element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.<div class="impl">
 
-  <p>If the is <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>, the user
-  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" title="valid URL">valid</a>
-  <a href="#absolute-url">absolute 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" title="valid
-  URL">valid</a> <a href="#absolute-url">absolute 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>If the element is <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>,
+  the user 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" title="valid URL">valid</a> <a href="#absolute-url">absolute 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" title="valid URL">valid</a> <a href="#absolute-url">absolute
+  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>
 
   </div><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" title="valid

Received on Friday, 14 August 2009 05:37:25 UTC