[html5] r2472 - [e] (0) make note of <select value> proposal

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 29 12:43:45 PST 2008


Author: ianh
Date: 2008-11-29 12:43:44 -0800 (Sat, 29 Nov 2008)
New Revision: 2472

Modified:
   index
   source
Log:
[e] (0) make note of <select value> proposal

Modified: index
===================================================================
--- index	2008-11-27 23:02:51 UTC (rev 2471)
+++ index	2008-11-29 20:43:44 UTC (rev 2472)
@@ -17,7 +17,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 27 November 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 November 2008</h2>
    <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>
    <dl><dt>Multiple-page version:</dt>
@@ -27228,7 +27228,12 @@
   readonly attribute <span>NodeList</span> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
 };</pre>
    </dd> 
-  </dl><p>The <code><a href=#the-select-element>select</a></code> element represents a control for
+  </dl><!-- Proposals for v2:
+       * <select value=""> as an alternative to <option selected>
+         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">
+    --><p>The <code><a href=#the-select-element>select</a></code> element represents a control for
   selecting amongst a set of options.</p>
 
   <p>The <dfn id=attr-select-multiple title=attr-select-multiple><code>multiple</code></dfn>

Modified: source
===================================================================
--- source	2008-11-27 23:02:51 UTC (rev 2471)
+++ source	2008-11-29 20:43:44 UTC (rev 2472)
@@ -30538,6 +30538,13 @@
    </dd> 
   </dl>
 
+  <!-- Proposals for v2:
+       * <select value=""> as an alternative to <option selected>
+         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">
+    -->
+
   <p>The <code>select</code> element represents a control for
   selecting amongst a set of options.</p>
 




More information about the Commit-Watchers mailing list