From 5435b67d75c9322bad99f30960dfab3243d579a5 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sat, 8 Aug 2020 10:38:27 -0400 Subject: [PATCH] Markup: Put 2 emu-clause attributes in quotes (We always quote element attributes -- see PR #1868) --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index cee1d17635b..6f32e69be03 100644 --- a/spec.html +++ b/spec.html @@ -8100,7 +8100,7 @@

Execution

Host Hooks

- +

HostEnqueueFinalizationRegistryCleanupJob ( _finalizationRegistry_ )

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.

@@ -8108,7 +8108,7 @@

HostEnqueueFinalizationRegistryCleanupJob ( _finalizationRegistry_ )

- +

ClearKeptObjects ( )

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: