Skip to content

Commit 8243489

Browse files
rename "unhandled prompt behavior overrides map" -> "user context to unhandled prompt behavior override map"
1 parent b8faab9 commit 8243489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,7 @@ The [=remote end steps=] with |session| and |command parameters| are:
27182718
to |acceptInsecureCerts|.
27192719

27202720
1. If |command parameters| [=map/contains=] "<code>unhandledPromptBehavior</code>",
2721-
[=map/set=] [=unhandled prompt behavior overrides map=][|user context|] to
2721+
[=map/set=] [=user context to unhandled prompt behavior override map=][|user context|] to
27222722
|command parameters|["<code>unhandledPromptBehavior</code>"].
27232723

27242724
1. If |command parameters| [=map/contains=] "<code>proxy</code>":
@@ -3086,8 +3086,8 @@ or null and an [=struct/item=] named <dfn attribute for="viewport-configuration"
30863086

30873087
A [=remote end=] has a <dfn>viewport overrides map</dfn> which is a weak map between [=user contexts=] and [=viewport configuration=].
30883088

3089-
A [=remote end=] has an <dfn>unhandled prompt behavior overrides map</dfn> which is a
3090-
weak map between [=user contexts=] and [=/map=] matching the
3089+
A [=remote end=] has an <dfn>user context to unhandled prompt behavior override map</dfn>
3090+
which is a weak map between [=user contexts=] and [=/map=] matching the
30913091
<code>session.UserPromptHandlerType</code> production.
30923092

30933093
### Types ### {#module-browsingcontext-types}
@@ -5611,9 +5611,9 @@ To <dfn>get navigable's user prompt handler</dfn> given |type| and |navigable|:
56115611

56125612
1. Let |user context| be |navigable|'s [=associated user context=].
56135613

5614-
1. If [=unhandled prompt behavior overrides map=] contains |user context|:
5614+
1. If [=user context to unhandled prompt behavior override map=] contains |user context|:
56155615

5616-
1. Let |behavior map| be [=unhandled prompt behavior overrides map=][|user context|].
5616+
1. Let |behavior map| be [=user context to unhandled prompt behavior override map=][|user context|].
56175617

56185618
1. If |behavior map| contains |type|, return |behavior map|[|type|].
56195619

0 commit comments

Comments
 (0)