From 24c8ec49dae9513100d45d94643a464a64032c7a Mon Sep 17 00:00:00 2001 From: Yao Xiao Date: Tue, 14 Nov 2023 15:43:06 -0500 Subject: [PATCH] Revert unrelated change --- spec.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 6abfd6b..f2b1c81 100644 --- a/spec.bs +++ b/spec.bs @@ -466,7 +466,8 @@ spec: html; urlPrefix: https://www.rfc-editor.org/rfc/ 1. If options["{{BrowsingTopicsOptions/skipObservation}}"] is false: 1. Run the [=collect page topics calculation input data=] algorithm with |topLevelDocument| as input. 1. Run the [=collect topics caller domain=] algorithm with |topLevelDocument| and |topicsCallerContext|'s [=topics caller context/caller domain=] as input. - 1. [=Queue a global task=] on the [=browsing topics task source=] given |document|'s [=relevant global object=] to [=Resolve=] |promise| with |topics|. + 1. [=Queue a global task=] on the [=browsing topics task source=] given |document|'s [=relevant global object=] to perform the following steps: + 1. [=Resolve=] |promise| with |topics|. 1. Return |promise|.