Skip to content

Commit

Permalink
[e] (0) Note the idea of <input type=time> having an allowed range cr…
Browse files Browse the repository at this point in the history
…ossing midnight.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688

git-svn-id: http://svn.whatwg.org/webapps@4034 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 6a3a337 commit f15b504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index
Expand Up @@ -33573,6 +33573,10 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<h6 id=time-state><span class=secno>4.10.5.1.11 </span><dfn title=attr-input-type-time>Time</dfn> state</h6>

<!-- 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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -37328,6 +37328,10 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<h6><dfn title="attr-input-type-time">Time</dfn> state</h6>

<!-- 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>input</code> element's <code
Expand Down

0 comments on commit f15b504

Please sign in to comment.