@@ -921,7 +921,7 @@ given |resource name|:
921
921
"<code> /session/</code> " prefix.
922
922
923
923
1. If |session id| is not the string representation of a
924
- [[!RFC4122 |UUID]] , return null.
924
+ [[!RFC9562 |UUID]] , return null.
925
925
926
926
1. Return |session id|.
927
927
@@ -2429,7 +2429,7 @@ To <dfn>await a navigation</dfn> given |context|, |request|, |wait condition|, a
2429
2429
|history handling| (default: "<code> default</code> ") and |ignore cache| (default: false):
2430
2430
2431
2431
1. Let |navigation id| be the string representation of a
2432
- [[!RFC4122 |UUID]] based on truly random, or pseudo-random numbers.
2432
+ [[!RFC9562 |UUID]] based on truly random, or pseudo-random numbers.
2433
2433
2434
2434
1. Let |navigable| be the [=/navigable=] whose [=navigable/active
2435
2435
document=] is |context|'s [=browsing context/active document=] .
@@ -5985,7 +5985,7 @@ The <dfn export for=commands>network.addIntercept</dfn> command adds a
5985
5985
<div algorithm="remote end steps for network.addRequestIntercept">
5986
5986
The [=remote end steps=] given |session| and |command parameters| are:
5987
5987
5988
- 1. Let |intercept| be the string representation of a [[!RFC4122 |UUID]] .
5988
+ 1. Let |intercept| be the string representation of a [[!RFC9562 |UUID]] .
5989
5989
5990
5990
1. Let |url patterns| be the <code> urlPatterns</code> field of |command
5991
5991
parameters| if present, or an empty [=/list=] otherwise.
@@ -6843,7 +6843,7 @@ before any author-defined script have run.
6843
6843
TODO: Extend this to scripts in other kinds of realms.
6844
6844
6845
6845
A [=BiDi session=] has a <dfn>preload script map</dfn> which is a [=/map=] in
6846
- which the keys are [[!RFC4122 |UUID]] s, and the values are [=structs=] with an <a
6846
+ which the keys are [[!RFC9562 |UUID]] s, and the values are [=structs=] with an <a
6847
6847
for=struct> item</a> named <code> function declaration</code> , which is a string,
6848
6848
<code> arguments</code> , <code> contexts</code> , which is a list or null, and an item named <code> sandbox</code> which is a string
6849
6849
or null.
@@ -8088,7 +8088,7 @@ To <dfn>set internal ids if needed</dfn> given |serialization internal map|,
8088
8088
1. If |previously serialized remote value| does not have a field
8089
8089
<code> internalId</code> , run the following steps:
8090
8090
8091
- 1. Let |internal id| be the string representation of a [[!RFC4122 |UUID]]
8091
+ 1. Let |internal id| be the string representation of a [[!RFC9562 |UUID]]
8092
8092
based on truly random, or pseudo-random numbers.
8093
8093
8094
8094
1. Set the <code> internalId</code> field of
@@ -8834,7 +8834,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
8834
8834
1. Let |sandbox| be the value of the "<code> sandbox</code> " field in |command
8835
8835
parameters|, if present, or null otherwise.
8836
8836
8837
- 1. Let |script| be the string representation of a [[!RFC4122 |UUID]] .
8837
+ 1. Let |script| be the string representation of a [[!RFC9562 |UUID]] .
8838
8838
8839
8839
1. Let |preload script map| be |session|'s [=preload script map=] .
8840
8840
0 commit comments