Skip to content

Commit

Permalink
Markup: Put 2 emu-clause attributes in quotes
Browse files Browse the repository at this point in the history
(We always quote element attributes -- see PR tc39#1868)
  • Loading branch information
jmdyck committed Aug 8, 2020
1 parent a59a820 commit 5435b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -8100,15 +8100,15 @@ <h1>Execution</h1>
<emu-clause id="sec-weakref-host-hooks">
<h1>Host Hooks</h1>

<emu-clause id="sec-host-cleanup-finalization-registry" aoid=HostEnqueueFinalizationRegistryCleanupJob>
<emu-clause id="sec-host-cleanup-finalization-registry" aoid="HostEnqueueFinalizationRegistryCleanupJob">
<h1>HostEnqueueFinalizationRegistryCleanupJob ( _finalizationRegistry_ )</h1>

<p>The abstract operation HostEnqueueFinalizationRegistryCleanupJob takes argument _finalizationRegistry_ (a FinalizationRegistry). HostEnqueueFinalizationRegistryCleanupJob is an implementation-defined abstract operation that is expected to call CleanupFinalizationRegistry(_finalizationRegistry_) at some point in the future, if possible. The host's responsibility is to make this call at a time which does not interrupt synchronous ECMAScript code execution.</p>
</emu-clause>
</emu-clause>
</emu-clause>

<emu-clause id="sec-clear-kept-objects" aoid=ClearKeptObjects>
<emu-clause id="sec-clear-kept-objects" aoid="ClearKeptObjects">
<h1>ClearKeptObjects ( )</h1>
<p>The abstract operation ClearKeptObjects takes no arguments. ECMAScript implementations are expected to call ClearKeptObjects when a synchronous sequence of ECMAScript executions completes. It performs the following steps when called:</p>
<emu-alg>
Expand Down

0 comments on commit 5435b67

Please sign in to comment.