html5/spec Overview.html,1.4587,1.4588

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

Modified Files:
	Overview.html 
Log Message:
Allow user agents to expose suggestions in a list='' that are out-of-range or invalid. (whatwg r5725)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4587
retrieving revision 1.4588
diff -u -d -r1.4587 -r1.4588
--- Overview.html	27 Dec 2010 23:35:03 -0000	1.4587
+++ Overview.html	29 Dec 2010 22:43:37 -0000	1.4588
@@ -33888,13 +33888,6 @@
   suggestion's <a href="#concept-option-value" title="concept-option-value">value</a>, as if
   the user had written that value himself.</p>
 
-  <p>User agents must filter the suggestions to hide suggestions that
-  the user would not be allowed to enter as the <code><a href="#the-input-element">input</a></code>
-  element's <a href="#concept-fe-value" title="concept-fe-value">value</a>, and should
-  filter the suggestions to hide suggestions that would cause the
-  element to not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy its
-  constraints</a>.</p>
-
   <hr><p>If the <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute does
   not apply, there is no <a href="#concept-input-list" title="concept-input-list">suggestions
   source element</a>.</p>

Received on Wednesday, 29 December 2010 22:43:43 UTC