← back to v143 · deprecate-getters-of-intl-locale-info

conformance · v143

v143 · deprecate-getters-of-intl-locale-info — conformance probe

7 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://tc39.es/proposal-intl-locale-info chromestatus: #5148228059398144 generated 2026-06-01T09:25:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
7
total
id contract kind verdict detail
intl-locale-getCalendars Intl.Locale.prototype.getCalendars is the replacement method for the deprecated `calendars` getter. spec ↗ typeof
intl-locale-getCollations Intl.Locale.prototype.getCollations is the replacement method for the deprecated `collations` getter. spec ↗ typeof
intl-locale-getHourCycles Intl.Locale.prototype.getHourCycles replaces the deprecated `hourCycles` getter. spec ↗ typeof
intl-locale-getNumberingSystems Intl.Locale.prototype.getNumberingSystems replaces the deprecated `numberingSystems` getter. spec ↗ typeof
intl-locale-getTimeZones Intl.Locale.prototype.getTimeZones replaces the deprecated `timeZones` getter. spec ↗ typeof
intl-locale-getWeekInfo-returns-object Intl.Locale.prototype.getWeekInfo returns an object with firstDay and weekend data. spec ↗ script
intl-locale-getTextInfo-direction Intl.Locale.prototype.getTextInfo returns an object with a direction property of `ltr` or `rtl`. spec ↗ script