Skip to content

Commit

Permalink
[agiow] (0) Allow user agents to expose suggestions in a list='' that…
Browse files Browse the repository at this point in the history
… are out-of-range or invalid.

git-svn-id: http://svn.whatwg.org/webapps@5725 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 29, 2010
1 parent f9400b5 commit ce72b69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
9 changes: 1 addition & 8 deletions complete.html
Expand Up @@ -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 &mdash; 27 December 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -43373,13 +43373,6 @@ <h6 id=the-list-attribute><span class=secno>4.10.7.2.3 </span>The <code title=at
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>
Expand Down
9 changes: 1 addition & 8 deletions index
Expand Up @@ -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 &mdash; 27 December 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -43355,13 +43355,6 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
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>
Expand Down
7 changes: 0 additions & 7 deletions source
Expand Up @@ -48427,13 +48427,6 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
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
Expand Down

0 comments on commit ce72b69

Please sign in to comment.