Skip to content

Commit

Permalink
Sort CDDL definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Sep 6, 2024
1 parent ae1e1a0 commit d939d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2227,12 +2227,12 @@ The <code>browser.ClientWindow</code> uniquely identifies a [=client window=].
<pre class="cddl remote-cddl local-cddl">
browser.ClientWindowInfo = {
clientWindow: browser.ClientWindow,
hasFocus: bool,
height: js-uint,
state: "fullscreen" / "maximized" / "minimized" / "normal",
width: js-uint,
height: js-uint,
x: js-int,
y: js-int,
hasFocus: bool,
}
</pre>

Expand Down

0 comments on commit d939d31

Please sign in to comment.