Skip to content

Commit

Permalink
Editorial: Add missing constructor properties of the Temporal object
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-a authored and ptomato committed Dec 14, 2023
1 parent 6e12d03 commit d45c385
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/temporal.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ <h1>Temporal [ @@toStringTag ]</h1>

<emu-clause id="sec-constructor-properties-of-the-temporal-object">
<h1>Constructor Properties of the Temporal Object</h1>
<emu-clause id="sec-temporal-calendar">
<h1>Temporal.Calendar ( . . . )</h1>
<p>See <emu-xref href="#sec-temporal-calendar-objects"></emu-xref>.</p>
</emu-clause>
<emu-clause id="sec-temporal-instant">
<h1>Temporal.Instant ( . . . )</h1>
<p>See <emu-xref href="#sec-temporal-instant-objects"></emu-xref>.</p>
Expand Down Expand Up @@ -57,6 +61,10 @@ <h1>Temporal.TimeZone ( . . . )</h1>
<h1>Temporal.Duration ( . . . )</h1>
<p>See <emu-xref href="#sec-temporal-duration-objects"></emu-xref>.</p>
</emu-clause>
<emu-clause id="sec-temporal-zoneddatetime">
<h1>Temporal.ZonedDateTime ( . . . )</h1>
<p>See <emu-xref href="#sec-temporal-zoneddatetime-objects"></emu-xref>.</p>
</emu-clause>
</emu-clause>

<emu-clause id="sec-other-properties-of-the-temporal-object">
Expand Down

0 comments on commit d45c385

Please sign in to comment.