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)

SHA: c095b38
Reason: push, by whimboo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Temidayo32 and github-actions[bot] committed Jan 8, 2025
1 parent fca052f commit 3f83e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="Bikeshed version ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
<link href="https://www.w3.org/TR/webdriver-bidi/" rel="canonical">
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
<meta content="0a9eed748db537b3d776bda0b3e89022f01467a5" name="revision">
<meta content="c095b380e03ec8fd5483a0bc930e58311c542e05" name="revision">
<meta content="dark light" name="color-scheme">
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
<style>
Expand Down Expand Up @@ -2640,7 +2640,7 @@ <h4 class="heading settled" data-level="7.2.2" id="module-browser-window"><span
<li data-md>
<p>Let <var>current state</var> be <a data-link-type="dfn" href="#get-the-client-window-state" id="ref-for-get-the-client-window-state">get the client window state</a> with <var>window</var>.</p>
<li data-md>
<p>If <var>current state</var> is equal to <var>state</var>, return <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-success" id="ref-for-dfn-success⑨">success</a> with data null.</p>
<p>If <var>current state</var> is "<code>fullscreen</code>", "<code>maximized</code>", or "<code>minimized</code>" and is equal to <var>state</var>, return <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-success" id="ref-for-dfn-success⑨">success</a> with data null.</p>
<li data-md>
<p>In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true:</p>
<dl>
Expand Down

0 comments on commit 3f83e0b

Please sign in to comment.