Skip to content

Commit

Permalink
fixup! Normative: Remove the ECMA-402 PrepareTemporalFields override
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Aug 17, 2023
1 parent 99aa1bd commit 452d115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,8 @@ <h1>
<dl class="header">
<dt>description</dt>
<dd>
It validates that the *"month"* and *"monthCode"* properties of the given _fields_ are not inconsistent and merges them into a *"month"* property with a positive integral Number value in the inclusive interval from 1 to 12, or throws an exception if both are *undefined*.
It ensures that the *"month"* property of _fields_, if *undefined*, is set to the integral Number value in the inclusive interval from 1 to 12 that corresponds to the *"monthCode"* property of _fields_.
It throws an exception if both properties are *undefined*, or if either property is invalid, or if the properties are inconsistent.
</dd>
</dl>
<emu-alg>
Expand Down

0 comments on commit 452d115

Please sign in to comment.