[Bug 12151] :in-range and :out-of-range should only apply to input elements with a type for which min or max apply

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

--- Comment #1 from Jonas Sicking <jonas@sicking.cc> 2011-02-22 00:27:14 UTC ---
So you're saying that it should apply to all of:

<input type=number max="4711">
<input type=number min="4711">
<input type=number min="17" max="4711">

but not apply to any of:

<input type=number>
<input type=text max="14">
<input type=date>
<input type=time>

?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 22 February 2011 00:27:15 UTC