Skip to content

Commit 6964def

Browse files
committed
Editorial: Clarify that the Burmese calendar is not described in the spec
The Burmese calendar is used as an example here of era year 0, but is not one of the CLDR calendars. Say "not currently available in CLDR" and not "not supported" because this text should be mirrored in Temporal where it is not required to be supported anyway.
1 parent 8f7261d commit 6964def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Calendar Date Records</h1>
7373
<td>
7474
The ordinal position of the date's year within its era, or *undefined* for calendars that do not have eras.
7575
<emu-note>
76-
Era years are 1-indexed for many calendars, but not all (e.g., the eras of the Burmese calendar each start with a year 0). Years can also advance opposite the flow of time (as for BCE years in the Gregorian calendar).
76+
Era years are 1-indexed for many calendars, but not all (e.g., the eras of the Burmese calendar, not currently available in CLDR, each start with a year 0). Years can also advance opposite the flow of time (as for BCE years in the Gregorian calendar).
7777
</emu-note>
7878
</td>
7979
</tr>

0 commit comments

Comments
 (0)