Skip to content

Commit 316f7d4

Browse files
committed
do not use reload yet
1 parent aae89d4 commit 316f7d4

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

index.bs

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4370,11 +4370,12 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
43704370
1. If |url record| is failure, return [=error=] with [=error code=] [=invalid
43714371
argument=].
43724372

4373-
1. [=Navigate=] |navigable| to [=/URL=] |url record| using
4373+
1. Run [=navigate=] |navigable| to [=/URL=] |url| using
43744374
|navigable|'s [=active document=] as the source
4375-
{{Document}} with userInvolvement "<code>browser UI</code>".
4376-
4377-
1. Let |navigation id| be |navigable|'s [=ongoing navigation=].
4375+
{{Document}} with userInvolvement "<code>browser UI</code>"
4376+
until a [=navigation id=] |navigation id| is generated
4377+
and pause the [=Navigate=] algorithm until the [=await a navigation=]
4378+
steps are invoked.
43784379

43794380
1. Return the result of [=await a navigation=] with |navigation id| and |wait condition|.
43804381

@@ -4575,7 +4576,15 @@ The [=remote end steps=] with |command parameters| are:
45754576
1. Let |wait condition| be the value of the <code>wait</code> field of |command
45764577
parameters| if present, or "<code>none</code>" otherwise.
45774578

4578-
1. [=Reload=] |navigable| with userInvolvement "<code>browser UI</code>".
4579+
1. Let |url| be |navigable|'s [=active document=]'s <a spec=DOM>URL</a>.
4580+
4581+
1. Run [=navigate=] |navigable| to [=/URL=] |url| using
4582+
|navigable|'s [=active document=] as the source
4583+
{{Document}} with userInvolvement "<code>browser UI</code>"
4584+
until a [=navigation id=] |navigation id| is generated
4585+
and pause the [=Navigate=] algorithm until the [=await a navigation=]
4586+
steps are invoked.
4587+
45794588
If |ignore cache| is true, the navigation must not load resources from the HTTP cache.
45804589

45814590
Issue: property specify how the |ignore cache| flag works. This needs to
@@ -4584,7 +4593,8 @@ The [=remote end steps=] with |command parameters| are:
45844593
normal), or whether resources not directly loaded by the HTML parser
45854594
(e.g. loads initiated by scripts or stylesheets) also bypass the cache.
45864595

4587-
1. Let |navigation id| be |navigable|'s [=ongoing navigation=].
4596+
Issue: we should probably call the reload algorithm in the HTML spec
4597+
but it is missing required intergration with WebDriver BiDi.
45884598

45894599
1. Return the result of [=await a navigation=] with |navigation id| and
45904600
|wait condition|.

0 commit comments

Comments
 (0)