Skip to content

Commit e4eb181

Browse files
ptomatoMs2ger
authored andcommitted
Editorial: correct ID of .prototype property clauses
It seems like the ID should use dots here, not dashes, in order to be consistent with other clauses that describe the values of properties.
1 parent 75279e5 commit e4eb181

10 files changed

+10
-10
lines changed

spec/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ <h1>Properties of the Temporal.Calendar Constructor</h1>
687687
<li>has the following properties:</li>
688688
</ul>
689689

690-
<emu-clause id="sec-temporal-calendar-prototype">
690+
<emu-clause id="sec-temporal.calendar.prototype">
691691
<h1>Temporal.Calendar.prototype</h1>
692692
<p>The initial value of `Temporal.Calendar.prototype` is %Temporal.Calendar.prototype%.</p>
693693
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/duration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>Properties of the Temporal.Duration Constructor</h1>
6262
</p>
6363
<p>The Temporal.Duration constructor has the following properties:</p>
6464

65-
<emu-clause id="sec-temporal-duration-prototype">
65+
<emu-clause id="sec-temporal.duration.prototype">
6666
<h1>Temporal.Duration.prototype</h1>
6767
<p>
6868
The initial value of `Temporal.Duration.prototype` is

spec/instant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>Properties of the Temporal.Instant Constructor</h1>
4343
<p>The value of the [[Prototype]] internal slot of the Temporal.Instant constructor is the intrinsic object %Function.prototype%.</p>
4444
<p>The Temporal.Instant constructor has the following properties:</p>
4545

46-
<emu-clause id="sec-temporal-instant-prototype">
46+
<emu-clause id="sec-temporal.instant.prototype">
4747
<h1>Temporal.Instant.prototype</h1>
4848
<p>The initial value of `Temporal.Instant.prototype` is %Temporal.Instant.prototype%.</p>
4949
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/plaindate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>Properties of the Temporal.PlainDate Constructor</h1>
5050
<li>has the following properties:</li>
5151
</ul>
5252

53-
<emu-clause id="sec-temporal-plaindate-prototype">
53+
<emu-clause id="sec-temporal.plaindate.prototype">
5454
<h1>Temporal.PlainDate.prototype</h1>
5555
<p>The initial value of `Temporal.PlainDate.prototype` is %Temporal.PlainDate.prototype%.</p>
5656
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/plaindatetime.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Properties of the Temporal.PlainDateTime Constructor</h1>
5252
<p>The value of the [[Prototype]] internal slot of the Temporal.PlainDateTime constructor is the intrinsic object %Function.prototype%.</p>
5353
<p>The Temporal.PlainDateTime constructor has the following properties:</p>
5454

55-
<emu-clause id="sec-temporal-plaindatetime-prototype">
55+
<emu-clause id="sec-temporal.plaindatetime.prototype">
5656
<h1>Temporal.PlainDateTime.prototype</h1>
5757
<p>The initial value of `Temporal.PlainDateTime.prototype` is %Temporal.PlainDateTime.prototype%.</p>
5858
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/plainmonthday.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>Properties of the Temporal.PlainMonthDay Constructor</h1>
4949
<p>The value of the [[Prototype]] internal slot of the Temporal.PlainMonthDay constructor is the intrinsic object %Function.prototype%.</p>
5050
<p>The Temporal.PlainMonthDay constructor has the following properties:</p>
5151

52-
<emu-clause id="sec-temporal-plainmonthday-prototype">
52+
<emu-clause id="sec-temporal.plainmonthday.prototype">
5353
<h1>Temporal.PlainMonthDay.prototype</h1>
5454
<p>The initial value of `Temporal.PlainMonthDay.prototype` is %Temporal.PlainMonthDay.prototype%.</p>
5555
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/plaintime.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>Properties of the Temporal.PlainTime Constructor</h1>
5050
%Function.prototype%.</p>
5151
<p>The Temporal.PlainTime constructor has the following properties:</p>
5252

53-
<emu-clause id="sec-temporal-plaintime-prototype">
53+
<emu-clause id="sec-temporal.plaintime.prototype">
5454
<h1>Temporal.PlainTime.prototype</h1>
5555
<p>The initial value of `Temporal.PlainTime.prototype` is %Temporal.PlainTime.prototype%.</p>
5656
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/plainyearmonth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Properties of the Temporal.PlainYearMonth Constructor</h1>
4848
<p>The value of the [[Prototype]] internal slot of the Temporal.PlainYearMonth constructor is the intrinsic object %Function.prototype%.</p>
4949
<p>The Temporal.PlainYearMonth constructor has the following properties:</p>
5050

51-
<emu-clause id="sec-temporal-plainyearmonth-prototype">
51+
<emu-clause id="sec-temporal.plainyearmonth.prototype">
5252
<h1>Temporal.PlainYearMonth.prototype</h1>
5353
<p>The initial value of `Temporal.PlainYearMonth.prototype` is %Temporal.PlainYearMonth.prototype%.</p>
5454
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/timezone.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>Properties of the Temporal.TimeZone Constructor</h1>
150150
<p>The value of the [[Prototype]] internal slot of the Temporal.TimeZone constructor is the intrinsic object %Function.prototype%.</p>
151151
<p>The Temporal.TimeZone constructor has the following properties:</p>
152152

153-
<emu-clause id="sec-temporal-timezone-prototype">
153+
<emu-clause id="sec-temporal.timezone.prototype">
154154
<h1>Temporal.TimeZone.prototype</h1>
155155
<p>The initial value of `Temporal.TimeZone.prototype` is %Temporal.TimeZone.prototype%.</p>
156156
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

spec/zoneddatetime.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Properties of the Temporal.ZonedDateTime Constructor</h1>
4747
<p>The value of the [[Prototype]] internal slot of the Temporal.ZonedDateTime constructor is the intrinsic object %Function.prototype%.</p>
4848
<p>The Temporal.ZonedDateTime constructor has the following properties:</p>
4949

50-
<emu-clause id="sec-temporal-zoneddatetime-prototype">
50+
<emu-clause id="sec-temporal.zoneddatetime.prototype">
5151
<h1>Temporal.ZonedDateTime.prototype</h1>
5252
<p>The initial value of `Temporal.ZonedDateTime.prototype` is %Temporal.ZonedDateTime.prototype%.</p>
5353
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>

0 commit comments

Comments
 (0)