Skip to content

Commit

Permalink
Specify global and task source
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Sep 22, 2023
1 parent 23c7408 commit 6600ce4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1271,23 +1271,23 @@ partial interface Navigator {

1. Run the following steps [=in parallel=]:

1. Let |mapping| be |global|'s [=associated Document=]'s
[=node navigable=]'s [=navigable/traversable navigable=]'s
[=traversable navigable/fenced frame config mapping=].
1. Let |mapping| be |global|'s [=associated Document=]'s [=node navigable=]'s
[=navigable/traversable navigable=]'s [=traversable navigable/fenced frame config mapping=].

1. Let |config| be the result of [=fenced frame config mapping/finding a config=] in |mapping|
with |urn|.

1. If |config| is failure, [=queue a task=] to [=resolve=] |p| with {{undefined}} and abort
these steps.
1. If |config| is failure, [=queue a global task=] on the [=DOM manipulation task source=]
given |global|, to [=resolve=] |p| with {{undefined}}, and abort these steps.

1. Let |substitutedUrl| be the result of [=fencedframeutil/substituting macros=] with
|replacements| into |config|'s [=fenced frame config/mapped url=]'s [=mapped url/value=].

1. Set |config|'s [=fenced frame config/mapped url=]'s [=mapped url/value=] to
|substitutedUrl|.

1. [=Queue a task=] to [=resolve=] |p| with {{undefined}}.
1. [=Queue a global task=] on the [=DOM manipulation task source=] given |global|, to
[=resolve=] |p| with {{undefined}}.

1. Return |p|.

Expand Down

0 comments on commit 6600ce4

Please sign in to comment.