@@ -983,7 +983,13 @@ contributors: Google, Ecma International
983
983
</dl>
984
984
<p>It performs the following steps when called:</p>
985
985
<emu-alg>
986
- Returns an implementation-and-calendar-defined Boolean as described above.
986
+ 1. If IsValidMonthCodeForCalendar(_calendar_, _monthCode_) is *false*, then
987
+ 1. Return *false*.
988
+ 1. Let _monthCodeParts_ be ParseMonthCode(_monthCode_).
989
+ 1. If _monthCodeParts_.[[IsLeap]] is *false*, then
990
+ 1. Return *true*.
991
+ 1. Assert: _calendar_ is one of *"chinese"*, *"dangi"*, or *"hebrew"*.
992
+ 1. Return a calendar-dependent Boolean as described above.
987
993
</emu-alg>
988
994
</emu-clause>
989
995
@@ -1004,7 +1010,7 @@ contributors: Google, Ecma International
1004
1010
</dl>
1005
1011
<p>It performs the following steps when called:</p>
1006
1012
<emu-alg>
1007
- Returns an implementation-and- calendar-defined completion as described above.
1013
+ Returns a calendar-dependent completion as described above.
1008
1014
</emu-alg>
1009
1015
</emu-clause>
1010
1016
@@ -1024,7 +1030,7 @@ contributors: Google, Ecma International
1024
1030
</dl>
1025
1031
<p>It performs the following steps when called:</p>
1026
1032
<emu-alg>
1027
- Returns an implementation-and- calendar-defined integer as described above.
1033
+ Returns a calendar-dependent integer as described above.
1028
1034
</emu-alg>
1029
1035
</emu-clause>
1030
1036
@@ -1043,7 +1049,7 @@ contributors: Google, Ecma International
1043
1049
</dl>
1044
1050
<p>It performs the following steps when called:</p>
1045
1051
<emu-alg>
1046
- Returns an implementation-and- calendar-defined integer as described above.
1052
+ Returns a calendar-dependent integer as described above.
1047
1053
</emu-alg>
1048
1054
</emu-clause>
1049
1055
0 commit comments