Closed
Bug 1653292
Opened 5 years ago
Closed 5 years ago
Change fractionalSecondDigits to no longer accept zero
Categories
(Core :: JavaScript: Internationalization API, task, P2)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
The spec PR for "fractionalSecondDigits" was changed to no longer allow 0
.
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
DefaultNumberOption()
was updated to allow fallback
to be undefined
and
the code was slightly reordered to match the current spec text.
"fractionalSecondDigits" can now also be handled in the common loop to detect
if it is present when either "dateStyle" or "timeStyle" is used.
Depends on D83947
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/b3837fc63165
Update range of accepted numbers for fractionalSecondDigits. r=jwalden
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•