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

Figure out documentation strategy for numbering systems #16

Closed
sffc opened this issue Oct 12, 2020 · 5 comments
Closed

Figure out documentation strategy for numbering systems #16

sffc opened this issue Oct 12, 2020 · 5 comments
Assignees
Labels
2+ browsers Feature is shipped in 2 or more browser

Comments

@sffc
Copy link
Collaborator

sffc commented Oct 12, 2020

On https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat, under "Parameters", there is a big list of numbering systems that are accepted. However, tc39/ecma402#438 extended this list, and Section 2 allows implementations to extend that list further, something that is often done in practice.

Figure out a strategy for documenting numbering systems going forward.

@romulocintra
Copy link
Member

romulocintra commented Oct 12, 2020

Similar thing is happening here : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/numberingSystem , i would recommend creating a new page with a unified list that can be embed or linked in the MDN docs that way all dependents will in sync

@sffc sffc added the 2+ browsers Feature is shipped in 2 or more browser label Oct 12, 2020
@romulocintra
Copy link
Member

romulocintra commented Nov 5, 2020

I just added a link for the NumberSystem List please review if it's ok solution and we can apply whatever is needed.
Check Here how it looks like

But there are some values missing there :

  • diak
  • segment

Is corre update them on the table ? @sffc

@romulocintra romulocintra self-assigned this Nov 5, 2020
@sffc
Copy link
Collaborator Author

sffc commented Nov 6, 2020

Looks quite good!

I'm wondering whether we should duplicate the table from the spec in MDN, but I think it's fine. It's more clear, and whenever we update the spec's table, we will have an action item to update the MDN table.

It's possible that the 402 table lags behind the full list in the Unicode spec. This is okay. The 402 table will be updated periodically, just as Frank did last summer.

@ryzokuken
Copy link
Member

@sffc what's left for this?

@sffc
Copy link
Collaborator Author

sffc commented May 17, 2021

I think this issue is done! @romulocintra, please reopen if there is still work remaining.

@sffc sffc closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2+ browsers Feature is shipped in 2 or more browser
Projects
None yet
Development

No branches or pull requests

3 participants