Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript.builtins.Intl.NumberFormat.NumberFormat - Missing compatibility table data for options #15589

Closed
spagy opened this issue Mar 30, 2022 · 2 comments · Fixed by #22257
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@spagy
Copy link

spagy commented Mar 30, 2022

What information was incorrect, unhelpful, or incomplete?

The MDN article mentions various options that can be set but the compatibility table includes information on only a few of the parameters. (e.g., currencyDisplay and notation are included but numberingSystem and trailingZeroDisplay are not.

What did you expect to see?

I'd expect to see all the options in the table, along with compatibility information.

MDN page report details
@queengooborg queengooborg added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Mar 30, 2022
@Josh-Cena
Copy link
Member

Same as #17853, options without data should be assumed to have the same support as the constructor itself.

@adjenks
Copy link

adjenks commented Apr 19, 2023

@spagy options.trailingZeroDisplay appears in the table now if it did not appear there before. It seems to have very mixed support.

@Josh-Cena What are options "without data"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants