Skip to content

Commit c29a684

Browse files
authored
Update obsolete UUID RFC reference (#709)
This PR solves the build error: LINK ERROR: Obsolete biblio ref: [rfc4122] is replaced by [rfc9562]. Either update the reference, or use [rfc4122 obsolete] if this is an intentionally-obsolete reference. by replacing referenced to rfc4122 with rfc9562.
1 parent e74d46a commit c29a684

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ given |resource name|:
921921
"<code>/session/</code>" prefix.
922922

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

926926
1. Return |session id|.
927927

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

24312431
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.
24332433

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

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

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

68456845
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
68476847
for=struct>item</a> named <code>function declaration</code>, which is a string,
68486848
<code>arguments</code>, <code>contexts</code>, which is a list or null, and an item named <code>sandbox</code> which is a string
68496849
or null.
@@ -8088,7 +8088,7 @@ To <dfn>set internal ids if needed</dfn> given |serialization internal map|,
80888088
1. If |previously serialized remote value| does not have a field
80898089
<code>internalId</code>, run the following steps:
80908090

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]]
80928092
based on truly random, or pseudo-random numbers.
80938093

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

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

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

0 commit comments

Comments
 (0)