Skip to content

Commit 0dc611c

Browse files
committed
Add table with calendar descriptions
Temporal moves the "Calendar types" section from ECMA-402 to ECMA-262. This adds a new "Calendar types" section to ECMA-402, that refers to the ECMA-262 one, and contains additional information for implementations that conform to ECMA-402. In particular, this adds a table with high-level descriptions of each supported calendar system, 1 to 2 sentences long, so that implementations can align on which calendar they refer to exactly. "islamic" and "islamic-rgsa" are included, pending #32. Closes: #2
1 parent 22f4df1 commit 0dc611c

File tree

3 files changed

+312
-49
lines changed

3 files changed

+312
-49
lines changed

biblio.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
{
33
"location": "https://tc39.es/proposal-temporal/",
44
"entries": [
5+
{
6+
"type": "clause",
7+
"number": "Temporal, 12.1",
8+
"id": "sec-availablecalendars"
9+
},
510
{
611
"type": "clause",
712
"number": "Calendar Date Records",
@@ -27,11 +32,16 @@
2732
"term": "calendar type",
2833
"id": "sec-calendar-types"
2934
},
35+
{
36+
"type": "term",
37+
"term": "calendar types",
38+
"id": "sec-calendar-types"
39+
},
3040
{
3141
"type": "term",
3242
"term": "Year-Week Record",
3343
"id": "sec-year-week-record-specification-type"
3444
}
3545
]
3646
}
37-
]
47+
]

0 commit comments

Comments
 (0)