Skip to content

Commit

Permalink
[e] (0) make note of <select placeholder='...' required value=''> pro…
Browse files Browse the repository at this point in the history
…posal

git-svn-id: http://svn.whatwg.org/webapps@2473 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 29, 2008
1 parent 458648e commit c5d10cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -27233,6 +27233,11 @@ You cannot complete this form until the field is correct.</samp></pre>
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>

Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -30543,6 +30543,11 @@ You cannot complete this form until the field is correct.</samp></pre>
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>select</code> element represents a control for
Expand Down

0 comments on commit c5d10cf

Please sign in to comment.