Skip to content

Commit 17c1be1

Browse files
committed
Fix build errors
1 parent 8043429 commit 17c1be1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

index.bs

+10-6
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ occurred on the [=remote end=].
696696

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

1229-
</div>
1230-
12311229
Note: This does not end any [=/session=].
12321230

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

2432-
<dt>"<code>maximize</code>
2430+
<dt>"<code>maximize</code>"
24332431
<dd>1. [=Maximize the client window=] |window|.
24342432

2435-
<dt>"<code>minimize</code>
2433+
<dt>"<code>minimize</code>"
24362434
<dd>1. [=Minimize the client window=] |window|.
24372435

2436+
</dl>
2437+
24382438
1. Return [=success=] with data null.
24392439

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

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

4300+
</dl>
4301+
43004302
1. Assert: |maximum returned node count| is null or [=list/size=] of |result nodes| is less
43014303
than or equal to |maximum returned node count|.
43024304

@@ -4443,6 +4445,8 @@ PDF document represented as a Base64-encoded string.
44434445
</dd>
44444446
</dl>
44454447

4448+
<div algorithm="remote end steps for browsingContext.print">
4449+
44464450
The [=remote end steps=] with <var ignore>session</var> and |command parameters| are:
44474451

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

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

0 commit comments

Comments
 (0)