@@ -2718,7 +2718,7 @@ The [=remote end steps=] with |session| and |command parameters| are:
2718
2718
to |acceptInsecureCerts|.
2719
2719
2720
2720
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
2722
2722
|command parameters|["<code>unhandledPromptBehavior</code>"] .
2723
2723
2724
2724
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"
3086
3086
3087
3087
A [=remote end=] has a <dfn>viewport overrides map</dfn> which is a weak map between [=user contexts=] and [=viewport configuration=] .
3088
3088
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
3091
3091
<code> session.UserPromptHandlerType</code> production.
3092
3092
3093
3093
### Types ### {#module-browsingcontext-types}
@@ -5611,9 +5611,9 @@ To <dfn>get navigable's user prompt handler</dfn> given |type| and |navigable|:
5611
5611
5612
5612
1. Let |user context| be |navigable|'s [=associated user context=] .
5613
5613
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|:
5615
5615
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|] .
5617
5617
5618
5618
1. If |behavior map| contains |type|, return |behavior map|[|type|] .
5619
5619
0 commit comments