ecma402 icon indicating copy to clipboard operation
ecma402 copied to clipboard

Ensure data returned from Intl Enumeration is consistent with data supported by Intl objects

Open sffc opened this issue 4 years ago • 8 comments

(I remember discussing this before, but I can't find an issue for it)

We should make sure that the lists returned from Intl Enumeration is required by the spec to be the same as the lists of what Intl objects support. For example, Intl.DateTimeFormat should support the calendar systems returned by Intl.supportedValuesOf("calendar"), no more, no less.

sffc avatar Jul 13 '21 04:07 sffc