Skip to content

Commit c095b38

Browse files
authored
Adjust early return behavior for fullscreen, maximized, and minimized window states in the BiDi specification (#844)
1 parent 0a9eed7 commit c095b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@ To <dfn>set the client window state</dfn> given |window| and |state|:
22392239

22402240
1. Let |current state| be [=get the client window state=] with |window|.
22412241

2242-
1. If |current state| is equal to |state|, return [=success=] with data null.
2242+
1. If |current state| is "<code>fullscreen</code>", "<code>maximized</code>", or "<code>minimized</code>" and is equal to |state|, return [=success=] with data null.
22432243

22442244
1. In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true:
22452245

0 commit comments

Comments
 (0)