Skip to content

Commit fe558e2

Browse files
committed
(r) symbol is sup
1 parent f81c4e0 commit fe558e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
</style>
2424
<pre class="metadata">
25-
title: ECMAScript&reg; 2025 Language&nbsp;Specification
25+
title: ECMAScript<sup>&reg;</sup> 2025 Language&nbsp;Specification
2626
shortname: ECMA-262
2727
status: draft
2828
location: https://tc39.es/ecma262/
@@ -52806,7 +52806,7 @@ <h1>Additions and Changes That Introduce Incompatibilities with Prior Editions</
5280652806
<p><emu-xref href="#sec-asyncfromsynciteratorcontinuation"></emu-xref>, <emu-xref href="#sec-asyncgeneratorresume"></emu-xref>: In ECMAScript 2019, the number of Jobs enqueued by `await` was reduced, which could create an observable difference in resolution order between a `then()` call and an `await` expression.</p>
5280752807
</emu-annex>
5280852808

52809-
<emu-annex id="sec-bibliography">
52809+
<emu-annex id="sec-bibliography" back-matter>
5281052810
<h1>Bibliography</h1>
5281152811
<ol>
5281252812
<li>
@@ -52863,7 +52863,7 @@ <h1>Bibliography</h1>
5286352863
</ol>
5286452864
</emu-annex>
5286552865

52866-
<emu-annex id="sec-colophon">
52866+
<emu-annex id="sec-colophon" back-matter>
5286752867
<h1>Colophon</h1>
5286852868
<p>This specification is authored on <a href="https://github.com/tc39/ecma262">GitHub</a> in a plaintext source format called <a href="https://github.com/bterlson/ecmarkup">Ecmarkup</a>. Ecmarkup is an HTML and Markdown dialect that provides a framework and toolset for authoring ECMAScript specifications in plaintext and processing the specification into a full-featured HTML rendering that follows the editorial conventions for this document. Ecmarkup builds on and integrates a number of other formats and technologies including <a href="https://github.com/rbuckton/grammarkdown">Grammarkdown</a> for defining syntax and <a href="https://github.com/domenic/ecmarkdown">Ecmarkdown</a>for authoring algorithm steps. PDF renderings of this specification are produced using a print stylesheet which takes advantage of the CSS Paged Media specification and is converted using <a href="https://www.princexml.com/">PrinceXML</a>.</p>
5286952869
<p>Prior editions of this specification were authored using Word—the Ecmarkup source text that formed the basis of this edition was produced by converting the ECMAScript 2015 Word document to Ecmarkup using an automated conversion tool.</p>

0 commit comments

Comments
 (0)