Skip to content

Commit

Permalink
Adjust early return behavior for fullscreen, maximized, and minimized…
Browse files Browse the repository at this point in the history
… window states in the BiDi specification (#844)
  • Loading branch information
Temidayo32 authored Jan 8, 2025
1 parent 0a9eed7 commit c095b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,7 @@ To <dfn>set the client window state</dfn> 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 "<code>fullscreen</code>", "<code>maximized</code>", or "<code>minimized</code>" 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:

Expand Down

0 comments on commit c095b38

Please sign in to comment.