Intl.NumberFormat with "notation" is documented as working but doesn't
Categories
(Core :: JavaScript: Internationalization API, defect)
Tracking
()
People
(Reporter: volbohel, Unassigned, NeedInfo)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Following the examples on
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
I tried all of the examples in Using notation on my console in DevTools and none of them worked! I also tried creating a simple React application to see if it was just DevTools, but this seems to be broken in the browser in general.
Actual results:
Examples provided in MDN should have produced results indicated by MDN.
Expected results:
None of the examples worked
![]() |
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
This is a MDN documentation issue: The notation
property is only enabled in Nightly because we're still waiting for the proposal to resolve the remaining issues (*) and for the next ICU update (**), because based on feedback to the proposal, ICU's number formatting output was modified for some cases.
Maybe MDN could be changed to, in addition to marking the notation
property as "experimental", also mark the availability to Nightly-only.
(*) There's been some progress here lately, the proposal text probably now needs another round of review.
(**) The next update is scheduled for March.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:Waldo, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Description
•