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

Add Intl.NumberFormat V3 proposal? #488

Closed
Elchi3 opened this issue Feb 2, 2022 · 1 comment
Closed

Add Intl.NumberFormat V3 proposal? #488

Elchi3 opened this issue Feb 2, 2022 · 1 comment

Comments

@Elchi3
Copy link

Elchi3 commented Feb 2, 2022

It looks like tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html isn't a browser-spec right now, see

"comment": "Proposal divided into 4 different specs, overall proposal only exists as a readme for now"

We have a BCD PR which proposes to add these spec_urls for new NumberFormat features which ship in Safari 15.4, see mdn/browser-compat-data#14786

The spec_urls are

Do you want to revisit adding this spec? If not, BCD will probably add this to our allowlist.

tidoust added a commit that referenced this issue Feb 2, 2022
Requested in #488.

Four entries as this proposal is divided into four individual specs (all at
stage 3).
tidoust added a commit that referenced this issue Feb 2, 2022
Requested in #488.

Four entries as this proposal is divided into four individual specs (all at
stage 3).
@tidoust
Copy link
Member

tidoust commented Feb 2, 2022

No problem except we'll need to add one entry per spec.

That was done in #489 but the problem is these individual entries are not full specs, and don't strictly follow the exact same format as full proposals, meaning that the extracted title is wrong for the time being, e.g.:

browser-specs/index.json

Lines 1786 to 1813 in 68019a6

{
"url": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html",
"seriesComposition": "full",
"shortname": "tc39-intl-numberformat",
"series": {
"shortname": "tc39-intl-numberformat",
"currentSpecification": "tc39-intl-numberformat",
"title": "1.1 Abstract Operations for NumberFormat Objects",
"shortTitle": "1.1 Abstract Operations for NumberFormat Objects",
"nightlyUrl": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html"
},
"nightly": {
"url": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html",
"sourcePath": "out/numberformat/proposed.html",
"repository": "https://github.com/tc39/proposal-intl-numberformat-v3",
"filename": "proposed.html"
},
"organization": "Ecma International",
"groups": [
{
"name": "TC39",
"url": "https://tc39.es/"
}
],
"title": "1.1 Abstract Operations for NumberFormat Objects",
"source": "spec",
"shortTitle": "1.1 Abstract Operations for NumberFormat Objects"
},

I'll fix that before releasing a new version of browser-specs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants