Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update obsolete UUID RFC reference #709

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ given |resource name|:
"<code>/session/</code>" prefix.

1. If |session id| is not the string representation of a
[[!RFC4122|UUID]], return null.
[[!RFC9562|UUID]], return null.

1. Return |session id|.

Expand Down Expand Up @@ -2429,7 +2429,7 @@ To <dfn>await a navigation</dfn> given |context|, |request|, |wait condition|, a
|history handling| (default: "<code>default</code>") and |ignore cache| (default: false):

1. Let |navigation id| be the string representation of a
[[!RFC4122|UUID]] based on truly random, or pseudo-random numbers.
[[!RFC9562|UUID]] based on truly random, or pseudo-random numbers.

1. Let |navigable| be the [=/navigable=] whose [=navigable/active
document=] is |context|'s [=browsing context/active document=].
Expand Down Expand Up @@ -5985,7 +5985,7 @@ The <dfn export for=commands>network.addIntercept</dfn> command adds a
<div algorithm="remote end steps for network.addRequestIntercept">
The [=remote end steps=] given |session| and |command parameters| are:

1. Let |intercept| be the string representation of a [[!RFC4122|UUID]].
1. Let |intercept| be the string representation of a [[!RFC9562|UUID]].

1. Let |url patterns| be the <code>urlPatterns</code> field of |command
parameters| if present, or an empty [=/list=] otherwise.
Expand Down Expand Up @@ -6843,7 +6843,7 @@ before any author-defined script have run.
TODO: Extend this to scripts in other kinds of realms.

A [=BiDi session=] has a <dfn>preload script map</dfn> which is a [=/map=] in
which the keys are [[!RFC4122|UUID]]s, and the values are [=structs=] with an <a
which the keys are [[!RFC9562|UUID]]s, and the values are [=structs=] with an <a
for=struct>item</a> named <code>function declaration</code>, which is a string,
<code>arguments</code>, <code>contexts</code>, which is a list or null, and an item named <code>sandbox</code> which is a string
or null.
Expand Down Expand Up @@ -8088,7 +8088,7 @@ To <dfn>set internal ids if needed</dfn> given |serialization internal map|,
1. If |previously serialized remote value| does not have a field
<code>internalId</code>, run the following steps:

1. Let |internal id| be the string representation of a [[!RFC4122|UUID]]
1. Let |internal id| be the string representation of a [[!RFC9562|UUID]]
based on truly random, or pseudo-random numbers.

1. Set the <code>internalId</code> field of
Expand Down Expand Up @@ -8834,7 +8834,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
1. Let |sandbox| be the value of the "<code>sandbox</code>" field in |command
parameters|, if present, or null otherwise.

1. Let |script| be the string representation of a [[!RFC4122|UUID]].
1. Let |script| be the string representation of a [[!RFC9562|UUID]].

1. Let |preload script map| be |session|'s [=preload script map=].

Expand Down
Loading