Implement GetOption reform for Intl.DisplayNames and Intl.ListFormat
Categories
(Core :: JavaScript: Internationalization API, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Implement the changes from https://github.com/tc39/ecma402/issues/537.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Implement the changes from https://github.com/tc39/ecma402/pull/538.
Depends on D107651
Pushed by andre.bargull@gmail.com: https://hg.mozilla.org/integration/autoland/rev/9fe8b7059186 Part 1: Update test262. r=yulia https://hg.mozilla.org/integration/autoland/rev/bf6ac6e43345 Part 2: Implement GetOption reform for Intl objects. r=yulia
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9fe8b7059186
https://hg.mozilla.org/mozilla-central/rev/bf6ac6e43345
Comment 5•2 years ago
|
||
Might require some changes to the syntax sections for associated reference pages.
Comment 6•2 years ago
|
||
Hi Andre,
My thinking is that this does not require any documentation other than a release note: https://github.com/mdn/content/pull/3958
My reasoning is here. In summary the docs already say that an object is required, and all the docs and examples "do the right thing". There is no point adding something to BCD because anything that fails after this change was already incompatible - you just didn't know.
Does this seem reasonable?
Comment 7•2 years ago
|
||
Docs completed for this one; see https://github.com/mdn/content/issues/3459 for the full story.
Comment 8•2 years ago
|
||
And I believe that Hamish already got the engineering help he needed for this one, so removing Andre's NI. Thanks!
Description
•