https://bugzilla.wikimedia.org/show_bug.cgi?id=41330
--- Comment #3 from Platonides <[email protected]> --- Wow, I have section-blindness. :) Those arrows were added by your browser due to usage of type="number". When presented as type="text", it makes more sense. I'm not sure if type="number" should be used as a year or not. http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#number-state-%28type=number%29 says "A simple way of determining whether to use type=number is to consider whether it would make sense for the input control to have a spinbox interface" and for it makes sense. But going up to 1 from "empty" for a year representation does not. May even be a browser bug. So it makes sense to use the current year as you claimed. What does your browser when presented with: <input type="number" min="2001" max="2012" value="" /> ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
