- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Nov 2008 21:32:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv17354 Modified Files: Overview.html Log Message: make note of <select placeholder='...' required value=''> proposal (whatwg r2473) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1643 retrieving revision 1.1644 diff -u -d -r1.1643 -r1.1644 --- Overview.html 29 Nov 2008 20:43:49 -0000 1.1643 +++ Overview.html 29 Nov 2008 21:32:08 -0000 1.1644 @@ -22105,6 +22105,11 @@ http://developers.slashdot.org/comments.pl?sid=426306&cid=22142072 <Philip`> http://www.ipiao.com.cn/ does <select size="1" name="to"><script>City_Default="PEK"</script><SCRIPT language=javascript src="/js/flightcity.js"></SCRIPT></select> which is the kind of thing that could be much simpler with <select value="PEK"> + * a way to make the <select> not have a default value at all (ack + or to have a "placeholer" like value that doesn't count as a value being selected but shows a prompt until a value is selected + * once we can have no default, a way to require="" a value. + ack Weston Ruter: http://weston.ruter.net/projects/test-cases/html-select-element/ + q.v. http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-November/017583.html --><p>The <code><a href=#the-select-element>select</a></code> element represents a control for selecting amongst a set of options.<p>The <dfn id=attr-select-multiple title=attr-select-multiple><code>multiple</code></dfn> attribute is a <a href=#boolean-attribute>boolean attribute</a>. If the attribute is
Received on Saturday, 29 November 2008 21:32:20 UTC