- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:26 -0500
- To: public-html-diffs@w3.org
hixie: Allow user agents to expose suggestions in a list='' that are out-of-range or invalid. (whatwg r5725) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4587&r2=1.4588&f=h http://html5.org/tools/web-apps-tracker?from=5724&to=5725 =================================================================== 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, 12 January 2011 02:44:30 UTC