Skip to content

Commit 09bfced

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. See #49
1 parent 5109a7a commit 09bfced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4549,7 +4549,7 @@ <h1><span class="secnum">4.1.8</span> Calendar Date Records</h1>
45494549
The ordinal position of the date's year within its era, or <emu-val>undefined</emu-val> for calendars that do not have eras.<br>
45504550
The value of this field for a <emu-xref href="#sec-ecma402-calendar-types" id="_ref_29"><a href="#sec-ecma402-calendar-types">calendar type</a></emu-xref> <var>calendar</var> should be the result of calling <emu-xref aoid="CalendarDateEraYear" id="_ref_30"><a href="#sec-temporal-calendardateerayear">CalendarDateEraYear</a></emu-xref>(<var>calendar</var>, <var>date</var>), where <var>date</var> is a Temporal.PlainDateTime, Temporal.PlainDate, or Temporal.PlainYearMonth value corresponding to the date.
45514551
<emu-note><span class="note">Note 1</span><div class="note-contents">
4552-
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).
4552+
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).
45534553
</div></emu-note>
45544554
</td>
45554555
</tr>

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ contributors: Google, Ecma International
692692
The ordinal position of the date's year within its era, or *undefined* for calendars that do not have eras.<br>
693693
The value of this field for a calendar type _calendar_ should be the result of calling CalendarDateEraYear(_calendar_, _date_), where _date_ is a Temporal.PlainDateTime, Temporal.PlainDate, or Temporal.PlainYearMonth value corresponding to the date.
694694
<emu-note>
695-
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).
695+
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).
696696
</emu-note>
697697
</td>
698698
</tr>

0 commit comments

Comments
 (0)