To specify necessary details about era, eraYear and monthCode usage with Temporal in internationalization setting (for calendars other than "iso8601").
Currently there's an islamicc calendar that's accepted by Intl but is deprecated according to MDN:
Warning: The islamicc calendar key has been deprecated. Please use islamic-civil.
Furthermore, the spec currently describes a calendar named ethiopic-amete-alem while the current name of this calendar is ethioaa. If the intent of this proposal is to rename this calendar, then ethioaa will presumably join islamicc in being deprecated.
Should the spec enumerate these deprecated name(s) and describe how they should be handled?
Currently there's an
islamicc
calendar that's accepted by Intl but is deprecated according to MDN:Furthermore, the spec currently describes a calendar named
ethiopic-amete-alem
while the current name of this calendar isethioaa
. If the intent of this proposal is to rename this calendar, thenethioaa
will presumably joinislamicc
in being deprecated.Should the spec enumerate these deprecated name(s) and describe how they should be handled?