diff --git a/index.bs b/index.bs index a3ca3071..e016de98 100644 --- a/index.bs +++ b/index.bs @@ -1781,7 +1781,7 @@ This is a [=static command=]. setWindowRect: bool, userAgent: text, ? proxy: session.ProxyConfiguration, - ? unahandledPromptBehavior: session.UserPromptHandler, + ? unhandledPromptBehavior: session.UserPromptHandler, ? webSocketUrl: text, Extensible } @@ -2658,15 +2658,15 @@ browsingContext.ReadinessState = "none" / "interactive" / "complete" The browsingContext.ReadinessState type represents the stage of document loading at which a navigation command will return. -#### The browsingContext.UserPrompt Type #### {#type-browsingContext-UserPrompt} +#### The browsingContext.UserPromptType Type #### {#type-browsingContext-UserPromptType} [=Remote end definition=] and [=local end definition=]
-browsingContext.UserPromptType = "alert" / "confirm" / "prompt" / "beforeunload";
+browsingContext.UserPromptType = "alert" / "beforeunload" / "confirm" / "prompt";
 
-The browsingContext.UserPrompt type represents the possible user +The browsingContext.UserPromptType type represents the possible user prompt types. ### Commands ### {#module-browsingContext-commands}