Skip to content

Commit e9a18f9

Browse files
committed
fix getting navigable
1 parent 86af73c commit e9a18f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,10 +2910,13 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
29102910
1. Let |navigable id| be the value of the <code>context</code> field of
29112911
|command parameters| if present, or null otherwise.
29122912

2913-
1. If the implementation is unable to capture a screenshot of |navigable id| for any
2913+
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
2914+
with |navigable id|.
2915+
2916+
1. If the implementation is unable to capture a screenshot of |navigable| for any
29142917
reason then return [=error=] with [=error code=] [=unsupported operation=].
29152918

2916-
1. Let |document| be |navigable id|'s [=active document=].
2919+
1. Let |document| be |navigable|'s [=active document=].
29172920

29182921
1. Immediately after the next invocation of the [=run the animation frame
29192922
callbacks=] algorithm for |document|:

0 commit comments

Comments
 (0)