@@ -696,7 +696,7 @@ occurred on the [=remote end=].
696
696
697
697
- <code> params</code> which defines a mapping containing event data. The
698
698
populated value of this map is the <dfn export for=event>event
699
- parameters</code >.
699
+ parameters</dfn > .
700
700
- A <dfn for=event export>remote end event trigger</dfn> which defines when the
701
701
event is triggered and steps to construct the [=event type=] data.
702
702
- 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=]
1226
1226
1. Otherwise, if [=WebSocket connections not associated with a session=]
1227
1227
[=list/contains=] |connection|, [=list/remove=] |connection| from that set.
1228
1228
1229
- </div>
1230
-
1231
1229
Note: This does not end any [=/session=] .
1232
1230
1233
1231
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|:
2429
2427
<dt> "<code> normal</code> "
2430
2428
<dd> 1. [=Restore the client window=] |window|.
2431
2429
2432
- <dt> "<code> maximize</code>
2430
+ <dt> "<code> maximize</code> "
2433
2431
<dd> 1. [=Maximize the client window=] |window|.
2434
2432
2435
- <dt> "<code> minimize</code>
2433
+ <dt> "<code> minimize</code> "
2436
2434
<dd> 1. [=Minimize the client window=] |window|.
2437
2435
2436
+ </dl>
2437
+
2438
2438
1. Return [=success=] with data null.
2439
2439
2440
2440
</div>
@@ -4297,6 +4297,8 @@ The [=remote end steps=] with |session| and |command parameters| are:
4297
4297
4298
4298
1. Assert: For each |node| in |result nodes|, |node|'s [=/node navigable=] is |navigable|.
4299
4299
4300
+ </dl>
4301
+
4300
4302
1. Assert: |maximum returned node count| is null or [=list/size=] of |result nodes| is less
4301
4303
than or equal to |maximum returned node count|.
4302
4304
@@ -4443,6 +4445,8 @@ PDF document represented as a Base64-encoded string.
4443
4445
</dd>
4444
4446
</dl>
4445
4447
4448
+ <div algorithm="remote end steps for browsingContext.print">
4449
+
4446
4450
The [=remote end steps=] with <var ignore> session</var> and |command parameters| are:
4447
4451
4448
4452
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
4520
4524
<dt> If |command parameters|["<code>shrinkToFit</code>"] is true:
4521
4525
<dd> Resize the content to match the page width, overriding any page
4522
4526
width specified in the content
4523
- </dl>
4527
+ </dl>
4524
4528
4525
4529
1. If |page ranges| is not [=list/empty=] , let |pages| be the result of
4526
4530
[=trying=] to [=parse a page range=] with |page ranges| and the number of
0 commit comments