Skip to content

Commit

Permalink
Fix build errors (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Jan 21, 2025
1 parent 8043429 commit b98986e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ occurred on the [=remote end=].

- <code>params</code> which defines a mapping containing event data. The
populated value of this map is the <dfn export for=event>event
parameters</code>.
parameters</dfn>.
- A <dfn for=event export>remote end event trigger</dfn> which defines when the
event is triggered and steps to construct the [=event type=] data.
- Optionally, a set of <dfn for=event export>remote end subscribe steps</dfn>,
Expand Down Expand Up @@ -1226,8 +1226,6 @@ To <dfn>handle a connection closing</dfn> given a [=WebSocket connection=]
1. Otherwise, if [=WebSocket connections not associated with a session=]
[=list/contains=] |connection|, [=list/remove=] |connection| from that set.

</div>

Note: This does not end any [=/session=].

Issue: Need to hook in to the session ending to allow the UA to close
Expand Down Expand Up @@ -2429,12 +2427,14 @@ To <dfn>set the client window state</dfn> given |window| and |state|:
<dt>"<code>normal</code>"
<dd>1. [=Restore the client window=] |window|.

<dt>"<code>maximize</code>
<dt>"<code>maximize</code>"
<dd>1. [=Maximize the client window=] |window|.

<dt>"<code>minimize</code>
<dt>"<code>minimize</code>"
<dd>1. [=Minimize the client window=] |window|.

</dl>

1. Return [=success=] with data null.

</div>
Expand Down Expand Up @@ -4297,6 +4297,8 @@ The [=remote end steps=] with |session| and |command parameters| are:

1. Assert: For each |node| in |result nodes|, |node|'s [=/node navigable=] is |navigable|.

</dl>

1. Assert: |maximum returned node count| is null or [=list/size=] of |result nodes| is less
than or equal to |maximum returned node count|.

Expand Down Expand Up @@ -4443,6 +4445,8 @@ PDF document represented as a Base64-encoded string.
</dd>
</dl>

<div algorithm="remote end steps for browsingContext.print">

The [=remote end steps=] with <var ignore>session</var> and |command parameters| are:

1. Let |navigable id| be the value of the <code>context</code> field of
Expand Down Expand Up @@ -4520,7 +4524,7 @@ Note: The minimum page size is 1 point, which is (2.54 / 72) cm as per
<dt>If |command parameters|["<code>shrinkToFit</code>"] is true:
<dd>Resize the content to match the page width, overriding any page
width specified in the content
</dl>
</dl>

1. If |page ranges| is not [=list/empty=], let |pages| be the result of
[=trying=] to [=parse a page range=] with |page ranges| and the number of
Expand Down

0 comments on commit b98986e

Please sign in to comment.