Skip to content

Commit 54008ad

Browse files
committed
Specify authority for Chinese and Dangi calendars
1 parent bc49018 commit 54008ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.emu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ contributors: Google, Ecma International
5858
</tr>
5959
<tr>
6060
<td>*"chinese"*</td>
61-
<td>Traditional Chinese calendar, proleptic. Similar lunisolar algorithm to *"dangi"*. The arithmetic year is identical to *"gregory"* and there are no eras.</td>
61+
<td>Traditional Chinese calendar, proleptic. Lunisolar calendar using months based on GB/T 33661-2017 between 1900 and 2100, falling back to an implementation-defined approximation outside that range. The arithmetic year is identical to *"gregory"*, and there are no eras.</td>
6262
</tr>
6363
<tr>
6464
<td>*"coptic"*</td>
6565
<td>Coptic calendar, proleptic. Similar solar algorithm to *"ethioaa"* and *"ethiopic"*, with one era and a different epoch year.</td>
6666
</tr>
6767
<tr>
6868
<td>*"dangi"*</td>
69-
<td>Traditional Korean calendar, proleptic. Similar lunisolar algorithm to *"chinese"*. The arithmetic year is identical to *"gregory"* and there are no eras.</td>
69+
<td>Traditional Korean calendar, proleptic. Lunisolar calendar using months published by the Korea Astronomy and Space Science Institute (KASI) between 1900 and 2050, falling back to an implementation-defined approximation outside that range. The arithmetic year is identical to *"gregory"*, and there are no eras.</td>
7070
</tr>
7171
<tr>
7272
<td>*"ethioaa"*</td>
@@ -102,7 +102,7 @@ contributors: Google, Ecma International
102102
</tr>
103103
<tr>
104104
<td>*"islamic-umalqura"*</td>
105-
<td>Hijri calendar, proleptic, Umm al-Qura. Lunisolar calendar using KACST-calculated months from the start of 1300 AH to the end of 1600 AH and falls back to *"islamic-civil"* outside that range.</td>
105+
<td>Hijri calendar, proleptic, Umm al-Qura. Lunar calendar using KACST-calculated months from the start of 1300 AH to the end of 1600 AH, falling back to *"islamic-civil"* outside that range.</td>
106106
</tr>
107107
<tr>
108108
<td>*"islamicc"*</td>

0 commit comments

Comments
 (0)