hixie: Note the idea of <input type=time> having an allowed range crossing midnight. (whatwg r4034)

hixie: Note the idea of <input type=time> having an allowed range
crossing midnight. (whatwg r4034)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3195&r2=1.3196&f=h
http://html5.org/tools/web-apps-tracker?from=4033&to=4034

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3195
retrieving revision 1.3196
diff -u -d -r1.3195 -r1.3196
--- Overview.html 29 Sep 2009 07:25:45 -0000 1.3195
+++ Overview.html 29 Sep 2009 07:55:01 -0000 1.3196
@@ -29961,7 +29961,9 @@
    <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
    <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
 
-  </div><h6 id="time-state"><span class="secno">4.10.5.1.11 </span><dfn title="attr-input-type-time">Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><div class="impl">
+  </div><h6 id="time-state"><span class="secno">4.10.5.1.11 </span><dfn title="attr-input-type-time">Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2: allow min="" and max="" to be set such that the range
+  crosses midnight, as in <input type=time min="23:00" max="02:00">
+  (from http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688) --><div class="impl">
 
   <p>When an <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#time-state" title="attr-input-type-time">Time</a> state, the rules in this
   section apply.</p>

Received on Tuesday, 29 September 2009 07:56:25 UTC