[html5] r5725 - [agiow] (0) Allow user agents to expose suggestions in a list='' that are out-of [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 29 14:43:33 PST 2010


Author: ianh
Date: 2010-12-29 14:43:30 -0800 (Wed, 29 Dec 2010)
New Revision: 5725

Modified:
   complete.html
   index
   source
Log:
[agiow] (0) Allow user agents to expose suggestions in a list='' that are out-of-range or invalid.

Modified: complete.html
===================================================================
--- complete.html	2010-12-27 23:34:57 UTC (rev 5724)
+++ complete.html	2010-12-29 22:43:30 UTC (rev 5725)
@@ -221,7 +221,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 27 December 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 29 December 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -43373,13 +43373,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>

Modified: index
===================================================================
--- index	2010-12-27 23:34:57 UTC (rev 5724)
+++ index	2010-12-29 22:43:30 UTC (rev 5725)
@@ -225,7 +225,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 27 December 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 29 December 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -43355,13 +43355,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>

Modified: source
===================================================================
--- source	2010-12-27 23:34:57 UTC (rev 5724)
+++ source	2010-12-29 22:43:30 UTC (rev 5725)
@@ -48427,13 +48427,6 @@
   suggestion's <span title="concept-option-value">value</span>, 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>input</code>
-  element's <span title="concept-fe-value">value</span>, and should
-  filter the suggestions to hide suggestions that would cause the
-  element to not <span title="concept-fv-valid">satisfy its
-  constraints</span>.</p>
-
   <hr>
 
   <p>If the <code title="attr-input-list">list</code> attribute does




More information about the Commit-Watchers mailing list