Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more suggested changes #11

Open
wants to merge 10 commits into
base: explicit-resource-management
Choose a base branch
from
Prev Previous commit
Next Next commit
Tweak ids
  • Loading branch information
jmdyck committed May 27, 2024
commit 3af31ae3421d10f5ab376290c64217318af253be
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -31689,7 +31689,7 @@ <h1>SuppressedError ( _error_, _suppressed_, _message_ )</h1>
</emu-clause>
</emu-clause>

<emu-clause id="sec-properties-of-the-suppressederror-constructors">
<emu-clause id="sec-properties-of-the-suppressederror-constructor">
<h1>Properties of the SuppressedError Constructor</h1>
<p>The SuppressedError constructor:</p>
<ul>
Expand All @@ -31704,7 +31704,7 @@ <h1>SuppressedError.prototype</h1>
</emu-clause>
</emu-clause>

<emu-clause id="sec-properties-of-the-suppressederror-prototype-objects">
<emu-clause id="sec-properties-of-the-suppressederror-prototype-object">
<h1>Properties of the SuppressedError Prototype Object</h1>
<p>The <dfn>SuppressedError prototype object</dfn>:</p>
<ul>
Expand Down Expand Up @@ -46987,7 +46987,7 @@ <h1>DisposableStack.prototype [ @@dispose ] ( )</h1>
<p>The initial value of the `@@dispose` property is %DisposableStack.prototype.dispose%, defined in <emu-xref href="#sec-disposablestack.prototype.dispose"></emu-xref>.</p>
</emu-clause>

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