[Webkit-unassigned] [Bug 48976] stepUp/stepDown for values in step-mismatching state for input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 15 04:12:38 PST 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkent at chromium.org




--- Comment #5 from Kent Tamura <tkent at chromium.org>  2010-11-15 04:12:38 PST ---
http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-stepup

shows the algorithm of stepUp().  In short words, If the current value is step-mismatched, the new value should be step-mismatched.
We don't need to apply this rule to HTMLInputElement::stepUpFromRenderer().

-- 
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