|
178 | 178 | "locales_parameter": { |
179 | 179 | "__compat": { |
180 | 180 | "description": "`locales` parameter", |
| 181 | + "spec_url": "https://tc39.es/ecma402/#sec-intl.datetimeformat", |
181 | 182 | "tags": [ |
182 | 183 | "web-features:intl" |
183 | 184 | ], |
|
236 | 237 | "options_parameter": { |
237 | 238 | "__compat": { |
238 | 239 | "description": "`options` parameter", |
| 240 | + "spec_url": "https://tc39.es/ecma402/#sec-intl.datetimeformat", |
239 | 241 | "tags": [ |
240 | 242 | "web-features:intl" |
241 | 243 | ], |
|
285 | 287 | "options_calendar_parameter": { |
286 | 288 | "__compat": { |
287 | 289 | "description": "`options.calendar` parameter", |
| 290 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
288 | 291 | "tags": [ |
289 | 292 | "web-features:intl" |
290 | 293 | ], |
|
328 | 331 | "options_dateStyle_parameter": { |
329 | 332 | "__compat": { |
330 | 333 | "description": "`options.dateStyle` parameter", |
| 334 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
331 | 335 | "tags": [ |
332 | 336 | "web-features:intl" |
333 | 337 | ], |
|
371 | 375 | "options_dayPeriod_parameter": { |
372 | 376 | "__compat": { |
373 | 377 | "description": "`options.dayPeriod` parameter", |
| 378 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
374 | 379 | "tags": [ |
375 | 380 | "web-features:intl" |
376 | 381 | ], |
|
414 | 419 | "options_fractionalSecondDigits_parameter": { |
415 | 420 | "__compat": { |
416 | 421 | "description": "`options.fractionalSecondDigits` parameter", |
| 422 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
417 | 423 | "tags": [ |
418 | 424 | "web-features:intl" |
419 | 425 | ], |
|
457 | 463 | "options_hourCycle_parameter": { |
458 | 464 | "__compat": { |
459 | 465 | "description": "`options.hourCycle` parameter", |
| 466 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
460 | 467 | "tags": [ |
461 | 468 | "web-features:intl" |
462 | 469 | ], |
|
502 | 509 | "options_numberingSystem_parameter": { |
503 | 510 | "__compat": { |
504 | 511 | "description": "`options.numberingSystem` parameter", |
| 512 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
505 | 513 | "tags": [ |
506 | 514 | "web-features:intl" |
507 | 515 | ], |
|
545 | 553 | "options_timeStyle_parameter": { |
546 | 554 | "__compat": { |
547 | 555 | "description": "`options.timeStyle` parameter", |
| 556 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
548 | 557 | "tags": [ |
549 | 558 | "web-features:intl" |
550 | 559 | ], |
|
588 | 597 | "options_timeZone_parameter": { |
589 | 598 | "__compat": { |
590 | 599 | "description": "`options.timeZone` parameter", |
| 600 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
591 | 601 | "tags": [ |
592 | 602 | "web-features:intl" |
593 | 603 | ], |
|
634 | 644 | "iana_time_zones": { |
635 | 645 | "__compat": { |
636 | 646 | "description": "IANA time zone names in `options.timeZone` option", |
| 647 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
637 | 648 | "tags": [ |
638 | 649 | "web-features:intl" |
639 | 650 | ], |
|
684 | 695 | "options_timeZoneName_parameter": { |
685 | 696 | "__compat": { |
686 | 697 | "description": "`options.timeZoneName` parameter", |
| 698 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
687 | 699 | "tags": [ |
688 | 700 | "web-features:intl" |
689 | 701 | ], |
|
730 | 742 | "extended_values": { |
731 | 743 | "__compat": { |
732 | 744 | "description": "`shortGeneric`/`longGeneric`/`shortOffset`/`longOffset` as `options.timeZoneName` option", |
| 745 | + "spec_url": "https://tc39.es/ecma402/#sec-createdatetimeformat", |
733 | 746 | "tags": [ |
734 | 747 | "web-features:intl" |
735 | 748 | ], |
|
1031 | 1044 | "computed_timezone": { |
1032 | 1045 | "__compat": { |
1033 | 1046 | "description": "computed `timeZone`", |
| 1047 | + "spec_url": "https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype.resolvedoptions", |
1034 | 1048 | "tags": [ |
1035 | 1049 | "web-features:intl" |
1036 | 1050 | ], |
|
0 commit comments