[Webkit-unassigned] [Bug 106456] <input type='date'> rounds the step attribute for stepUp() and stepDown()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 04:38:32 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=106456


Alexander Shalamov <alexander.shalamov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.shalamov at gmail.co
                   |                            |m




--- Comment #1 from Alexander Shalamov <alexander.shalamov at gmail.com>  2013-03-15 04:40:58 PST ---
>From the spec, default step value is 1 day. When it is set to 1.5 days, step is rounded to 2, therefore next value is + 2 days.

"When the element is suffering from a step mismatch, the user agent may round the element's value to the nearest date for which the element would not suffer from a step mismatch."

http://dev.w3.org/html5/spec-preview/states-of-the-type-attribute.html#date-state-(type=date)

Looks like invalid bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list