[Webkit-unassigned] [Bug 70320] New: step=.5 should be considered valid in <input type="number" step=".5">

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 06:00:43 PDT 2011


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

           Summary: step=.5 should be considered valid in <input
                    type="number" step=".5">
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcqt43 at motorola.com


Incorporating the spec change as per W3C bug 

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

As per this bug if a page contains input tag as below.

<input type="number" step=".5"> 

the Double value ".5" for step should be considered as valid.

This is added in the spec in the revision number http://html5.org/tools/web-apps-tracker?from=6634&to=6635

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