- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Dec 2010 22:46:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30891
Modified Files:
common-input-element-attributes.html spec.html
Log Message:
Allow user agents to expose suggestions in a list='' that are out-of-range or invalid. (whatwg r5725)
[updated by splitter]
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- common-input-element-attributes.html 14 Dec 2010 02:46:41 -0000 1.28
+++ common-input-element-attributes.html 29 Dec 2010 22:46:38 -0000 1.29
@@ -514,13 +514,6 @@
suggestion's <a href="the-button-element.html#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.html#the-input-element">input</a></code>
- element's <a href="association-of-controls-and-forms.html#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="association-of-controls-and-forms.html#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>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1355
retrieving revision 1.1356
diff -u -d -r1.1355 -r1.1356
--- spec.html 27 Dec 2010 23:46:39 -0000 1.1355
+++ spec.html 29 Dec 2010 22:46:38 -0000 1.1356
@@ -388,7 +388,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4587.
+This is revision 1.4588.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 29 December 2010 22:46:42 UTC