From c095b380e03ec8fd5483a0bc930e58311c542e05 Mon Sep 17 00:00:00 2001 From: Temidayo Date: Wed, 8 Jan 2025 12:24:18 +0100 Subject: [PATCH] Adjust early return behavior for fullscreen, maximized, and minimized window states in the BiDi specification (#844) --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index e4eadffd..5bd702f4 100644 --- a/index.bs +++ b/index.bs @@ -2239,7 +2239,7 @@ To set the client window state given |window| and |state|: 1. Let |current state| be [=get the client window state=] with |window|. -1. If |current state| is equal to |state|, return [=success=] with data null. +1. If |current state| is "fullscreen", "maximized", or "minimized" and is equal to |state|, return [=success=] with data null. 1. In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true: