Skip to content

Commit

Permalink
Editorial: replace "@@foo" notation with "%Symbol.foo%"
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ptomato committed Sep 6, 2024
1 parent 762e1a0 commit 4424c73
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions spec/duration.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ <h1>Temporal.Duration.prototype.constructor</h1>
<p>The initial value of `Temporal.Duration.prototype.constructor` is %Temporal.Duration%.</p>
</emu-clause>

<emu-clause id="sec-temporal.duration.prototype-@@tostringtag">
<h1>Temporal.Duration.prototype[ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value *"Temporal.Duration"*.</p>
<emu-clause id="sec-temporal.duration.prototype-%symbol.tostringtag%">
<h1>Temporal.Duration.prototype[ %Symbol.toStringTag% ]</h1>
<p>The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.Duration"*.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
</emu-clause>

Expand Down
6 changes: 3 additions & 3 deletions spec/instant.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ <h1>Temporal.Instant.prototype.constructor</h1>
<p>The initial value of `Temporal.Instant.prototype.constructor` is %Temporal.Instant%.</p>
</emu-clause>

<emu-clause id="sec-temporal.instant.prototype-@@tostringtag">
<h1>Temporal.Instant.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.instant.prototype-%symbol.tostringtag%">
<h1>Temporal.Instant.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.Instant"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.Instant"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
6 changes: 3 additions & 3 deletions spec/plaindate.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ <h1>Temporal.PlainDate.prototype.constructor</h1>
<p>The initial value of `Temporal.PlainDate.prototype.constructor` is %Temporal.PlainDate%.</p>
</emu-clause>

<emu-clause id="sec-temporal.plaindate.prototype-@@tostringtag">
<h1>Temporal.PlainDate.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.plaindate.prototype-%symbol.tostringtag%">
<h1>Temporal.PlainDate.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.PlainDate"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.PlainDate"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
6 changes: 3 additions & 3 deletions spec/plaindatetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ <h1>Temporal.PlainDateTime.prototype.constructor</h1>
<p>The initial value of `Temporal.PlainDateTime.prototype.constructor` is %Temporal.PlainDateTime%.</p>
</emu-clause>

<emu-clause id="sec-temporal.plaindatetime.prototype-@@tostringtag">
<h1>Temporal.PlainDateTime.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.plaindatetime.prototype-%symbol.tostringtag%">
<h1>Temporal.PlainDateTime.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.PlainDateTime"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.PlainDateTime"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
6 changes: 3 additions & 3 deletions spec/plainmonthday.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ <h1>Temporal.PlainMonthDay.prototype.constructor</h1>
<p>The initial value of `Temporal.PlainMonthDay.prototype.constructor` is %Temporal.PlainMonthDay%.</p>
</emu-clause>

<emu-clause id="sec-temporal.plainmonthday.prototype-@@tostringtag">
<h1>Temporal.PlainMonthDay.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.plainmonthday.prototype-%symbol.tostringtag%">
<h1>Temporal.PlainMonthDay.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.PlainMonthDay"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.PlainMonthDay"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
6 changes: 3 additions & 3 deletions spec/plaintime.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ <h1>Temporal.PlainTime.prototype.constructor</h1>
<p>The initial value of `Temporal.PlainTime.prototype.constructor` is %Temporal.PlainTime%.</p>
</emu-clause>

<emu-clause id="sec-temporal.plaintime.prototype-@@tostringtag">
<h1>Temporal.PlainTime.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.plaintime.prototype-%symbol.tostringtag%">
<h1>Temporal.PlainTime.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.PlainTime"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.PlainTime"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
6 changes: 3 additions & 3 deletions spec/plainyearmonth.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ <h1>Temporal.PlainYearMonth.prototype.constructor</h1>
<p>The initial value of `Temporal.PlainYearMonth.prototype.constructor` is %Temporal.PlainYearMonth%.</p>
</emu-clause>

<emu-clause id="sec-temporal.plainyearmonth.prototype-@@tostringtag">
<h1>Temporal.PlainYearMonth.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.plainyearmonth.prototype-%symbol.tostringtag%">
<h1>Temporal.PlainYearMonth.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.PlainYearMonth"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.PlainYearMonth"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down
12 changes: 6 additions & 6 deletions spec/temporal.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ <h1>The Temporal Object</h1>

<emu-clause id="sec-value-properties-of-the-temporal-object">
<h1>Value Properties of the Temporal Object</h1>
<emu-clause id="sec-temporal-@@tostringtag">
<h1>Temporal [ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value *"Temporal"*.</p>
<emu-clause id="sec-temporal-%symbol.tostringtag%">
<h1>Temporal [ %Symbol.toStringTag% ]</h1>
<p>The initial value of the %Symbol.toStringTag% property is the String value *"Temporal"*.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
</emu-clause>
</emu-clause>
Expand Down Expand Up @@ -81,9 +81,9 @@ <h1>The Temporal.Now Object</h1>

<emu-clause id="sec-value-properties-of-the-temporal-now-object">
<h1>Value Properties of the Temporal.Now Object</h1>
<emu-clause id="sec-temporal-now-@@tostringtag">
<h1>Temporal.Now [ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value *"Temporal.Now"*.</p>
<emu-clause id="sec-temporal-now-%symbol.tostringtag%">
<h1>Temporal.Now [ %Symbol.toStringTag% ]</h1>
<p>The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.Now"*.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
</emu-clause>
</emu-clause>
Expand Down
6 changes: 3 additions & 3 deletions spec/zoneddatetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ <h1>Temporal.ZonedDateTime.prototype.constructor</h1>
<p>The initial value of `Temporal.ZonedDateTime.prototype.constructor` is %Temporal.ZonedDateTime%.</p>
</emu-clause>

<emu-clause id="sec-temporal.zoneddatetime.prototype-@@tostringtag">
<h1>Temporal.ZonedDateTime.prototype[ @@toStringTag ]</h1>
<emu-clause id="sec-temporal.zoneddatetime.prototype-%symbol.tostringtag%">
<h1>Temporal.ZonedDateTime.prototype[ %Symbol.toStringTag% ]</h1>
<p>
The initial value of the @@toStringTag property is the String value *"Temporal.ZonedDateTime"*.
The initial value of the %Symbol.toStringTag% property is the String value *"Temporal.ZonedDateTime"*.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down

0 comments on commit 4424c73

Please sign in to comment.