Skip to content

Commit e45f66b

Browse files
committed
Fix Intl standard-track exceptions
There are no specific fragments, but all options are in the spec, except for `minimalDays`.
1 parent 308d68c commit e45f66b

8 files changed

Lines changed: 63 additions & 64 deletions

File tree

javascript/builtins/Intl.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"__compat": {
148148
"description": "`\"calendar\"`",
149149
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf#supported_calendar_types",
150+
"spec_url": "https://tc39.es/ecma402/#sec-intl.supportedvaluesof",
150151
"tags": [
151152
"web-features:intl"
152153
],
@@ -191,6 +192,7 @@
191192
"__compat": {
192193
"description": "`\"collation\"`",
193194
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf#supported_collation_types",
195+
"spec_url": "https://tc39.es/ecma402/#sec-intl.supportedvaluesof",
194196
"tags": [
195197
"web-features:intl"
196198
],
@@ -235,6 +237,7 @@
235237
"__compat": {
236238
"description": "`\"currency\"`",
237239
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf#supported_currency_identifiers",
240+
"spec_url": "https://tc39.es/ecma402/#sec-intl.supportedvaluesof",
238241
"tags": [
239242
"web-features:intl"
240243
],
@@ -279,6 +282,7 @@
279282
"__compat": {
280283
"description": "`\"numberingSystem\"`",
281284
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf#supported_numbering_system_types",
285+
"spec_url": "https://tc39.es/ecma402/#sec-intl.supportedvaluesof",
282286
"tags": [
283287
"web-features:intl"
284288
],
@@ -323,6 +327,7 @@
323327
"__compat": {
324328
"description": "`\"timeZone\"`",
325329
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf#supported_time_zone_identifiers",
330+
"spec_url": "https://tc39.es/ecma402/#sec-intl.supportedvaluesof",
326331
"tags": [
327332
"web-features:intl"
328333
],
@@ -411,6 +416,7 @@
411416
"__compat": {
412417
"description": "`\"unit\"`",
413418
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf#supported_unit_types",
419+
"spec_url": "https://tc39.es/ecma402/#sec-intl.supportedvaluesof",
414420
"tags": [
415421
"web-features:intl"
416422
],

javascript/builtins/Intl/Collator.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"options_caseFirst_parameter": {
116116
"__compat": {
117117
"description": "`options.caseFirst` parameter",
118+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
118119
"tags": [
119120
"web-features:intl"
120121
],
@@ -162,6 +163,7 @@
162163
"options_collation_parameter": {
163164
"__compat": {
164165
"description": "`options.collation` parameter",
166+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
165167
"tags": [
166168
"web-features:intl"
167169
],
@@ -205,6 +207,7 @@
205207
"options_ignorePunctuation_parameter": {
206208
"__compat": {
207209
"description": "`options.ignorePunctuation` parameter",
210+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
208211
"tags": [
209212
"web-features:intl"
210213
],
@@ -250,6 +253,7 @@
250253
"options_localeMatcher_parameter": {
251254
"__compat": {
252255
"description": "`options.localeMatcher` parameter",
256+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
253257
"tags": [
254258
"web-features:intl"
255259
],
@@ -295,6 +299,7 @@
295299
"options_numeric_parameter": {
296300
"__compat": {
297301
"description": "`options.numeric` parameter",
302+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
298303
"tags": [
299304
"web-features:intl"
300305
],
@@ -340,6 +345,7 @@
340345
"options_sensitivity_parameter": {
341346
"__compat": {
342347
"description": "`options.sensitivity` parameter",
348+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
343349
"tags": [
344350
"web-features:intl"
345351
],
@@ -385,6 +391,7 @@
385391
"options_usage_parameter": {
386392
"__compat": {
387393
"description": "`options.usage` parameter",
394+
"spec_url": "https://tc39.es/ecma402/#sec-intl-collator-constructor",
388395
"tags": [
389396
"web-features:intl"
390397
],

javascript/builtins/Intl/DateTimeFormat.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"locales_parameter": {
179179
"__compat": {
180180
"description": "`locales` parameter",
181+
"spec_url": "https://tc39.es/ecma402/#sec-intl.datetimeformat",
181182
"tags": [
182183
"web-features:intl"
183184
],
@@ -236,6 +237,7 @@
236237
"options_parameter": {
237238
"__compat": {
238239
"description": "`options` parameter",
240+
"spec_url": "https://tc39.es/ecma402/#sec-intl.datetimeformat",
239241
"tags": [
240242
"web-features:intl"
241243
],
@@ -285,6 +287,7 @@
285287
"options_calendar_parameter": {
286288
"__compat": {
287289
"description": "`options.calendar` parameter",
290+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
288291
"tags": [
289292
"web-features:intl"
290293
],
@@ -328,6 +331,7 @@
328331
"options_dateStyle_parameter": {
329332
"__compat": {
330333
"description": "`options.dateStyle` parameter",
334+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
331335
"tags": [
332336
"web-features:intl"
333337
],
@@ -371,6 +375,7 @@
371375
"options_dayPeriod_parameter": {
372376
"__compat": {
373377
"description": "`options.dayPeriod` parameter",
378+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
374379
"tags": [
375380
"web-features:intl"
376381
],
@@ -414,6 +419,7 @@
414419
"options_fractionalSecondDigits_parameter": {
415420
"__compat": {
416421
"description": "`options.fractionalSecondDigits` parameter",
422+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
417423
"tags": [
418424
"web-features:intl"
419425
],
@@ -457,6 +463,7 @@
457463
"options_hourCycle_parameter": {
458464
"__compat": {
459465
"description": "`options.hourCycle` parameter",
466+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
460467
"tags": [
461468
"web-features:intl"
462469
],
@@ -502,6 +509,7 @@
502509
"options_numberingSystem_parameter": {
503510
"__compat": {
504511
"description": "`options.numberingSystem` parameter",
512+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
505513
"tags": [
506514
"web-features:intl"
507515
],
@@ -545,6 +553,7 @@
545553
"options_timeStyle_parameter": {
546554
"__compat": {
547555
"description": "`options.timeStyle` parameter",
556+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
548557
"tags": [
549558
"web-features:intl"
550559
],
@@ -588,6 +597,7 @@
588597
"options_timeZone_parameter": {
589598
"__compat": {
590599
"description": "`options.timeZone` parameter",
600+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
591601
"tags": [
592602
"web-features:intl"
593603
],
@@ -634,6 +644,7 @@
634644
"iana_time_zones": {
635645
"__compat": {
636646
"description": "IANA time zone names in `options.timeZone` option",
647+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
637648
"tags": [
638649
"web-features:intl"
639650
],
@@ -684,6 +695,7 @@
684695
"options_timeZoneName_parameter": {
685696
"__compat": {
686697
"description": "`options.timeZoneName` parameter",
698+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
687699
"tags": [
688700
"web-features:intl"
689701
],
@@ -730,6 +742,7 @@
730742
"extended_values": {
731743
"__compat": {
732744
"description": "`shortGeneric`/`longGeneric`/`shortOffset`/`longOffset` as `options.timeZoneName` option",
745+
"spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat",
733746
"tags": [
734747
"web-features:intl"
735748
],
@@ -1031,6 +1044,7 @@
10311044
"computed_timezone": {
10321045
"__compat": {
10331046
"description": "computed `timeZone`",
1047+
"spec_url": "https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype.resolvedoptions",
10341048
"tags": [
10351049
"web-features:intl"
10361050
],

javascript/builtins/Intl/Locale.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
},
776776
"status": {
777777
"experimental": false,
778-
"standard_track": true,
778+
"standard_track": false,
779779
"deprecated": true
780780
}
781781
}

0 commit comments

Comments
 (0)