Closed
Bug 635499
Opened 14 years ago
Closed 12 years ago
Implement the max attribute for <input type='number'>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: mounir, Assigned: mounir)
References
(Blocks 1 open bug)
Details
(Keywords: doc-bug-filed, html5)
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #514044 -
Flags: review?(jonas)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs review]
Assignee | ||
Comment 3•14 years ago
|
||
Use with double instead of float.
Attachment #514044 -
Attachment is obsolete: true
Attachment #514044 -
Flags: review?(jonas)
Attachment #515625 -
Flags: review?(jonas)
Attachment #514043 -
Flags: review?(jonas) → review+
Attachment #515625 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/dab3703c3245
https://hg.mozilla.org/mozilla-central/rev/9d82cf442db1
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [needs review]
Target Milestone: --- → mozilla16
Comment 5•12 years ago
|
||
I know this is per the current spec, but I'm wondering why this IDL attribute is a DOMString rather than double.
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Jonathan Watt [:jwatt] from comment #5)
> I know this is per the current spec, but I'm wondering why this IDL
> attribute is a DOMString rather than double.
Because some input types (like time, date, datetime, week, month, etc.) will define something else than numbers in max (and min).
You need to log in
before you can comment on or make changes to this bug.
Description
•