Skip to content

Commit

Permalink
Update obsolete UUID RFC reference (#709)
Browse files Browse the repository at this point in the history
SHA: c29a684
Reason: push, by OrKoN

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
OrKoN and github-actions[bot] committed May 8, 2024
1 parent 948c48f commit 45d64e6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
<meta content="e74d46a20308bc2ba1bdb415703e559ff7c98ade" name="document-revision">
<meta content="c29a68417304baf4ad858d1b8339c50d2083937f" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -567,7 +567,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">WebDriver BiDi</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-05-07">7 May 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-05-08">8 May 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -1399,7 +1399,7 @@ <h2 class="heading settled" data-level="4" id="transport"><span class="secno">4.
<p>Let <var>session id</var> be the bytes in <var>resource name</var> following the
"<code>/session/</code>" prefix.</p>
<li data-md>
<p>If <var>session id</var> is not the string representation of a <a data-link-type="biblio" href="#biblio-rfc4122" title="A Universally Unique IDentifier (UUID) URN Namespace">UUID</a>, return null.</p>
<p>If <var>session id</var> is not the string representation of a <a data-link-type="biblio" href="#biblio-rfc9562" title="Universally Unique IDentifiers (UUIDs)">UUID</a>, return null.</p>
<li data-md>
<p>Return <var>session id</var>.</p>
</ol>
Expand Down Expand Up @@ -2678,7 +2678,7 @@ <h5 class="heading settled" data-level="7.3.2.2" id="type-browsingContext-Info">
To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="await-a-navigation">await a navigation</dfn> given <var>context</var>, <var>request</var>, <var>wait condition</var>, and optionally <var>history handling</var> (default: "<code>default</code>") and <var>ignore cache</var> (default: false):
<ol>
<li data-md>
<p>Let <var>navigation id</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc4122" title="A Universally Unique IDentifier (UUID) URN Namespace">UUID</a> based on truly random, or pseudo-random numbers.</p>
<p>Let <var>navigation id</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc9562" title="Universally Unique IDentifiers (UUIDs)">UUID</a> based on truly random, or pseudo-random numbers.</p>
<li data-md>
<p>Let <var>navigable</var> be the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#navigables" id="ref-for-navigables④">navigable</a> whose <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document" id="ref-for-nav-document②">active
document</a> is <var>context</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#active-document" id="ref-for-active-document③">active document</a>.</p>
Expand Down Expand Up @@ -5862,7 +5862,7 @@ <h5 class="heading settled" data-level="7.4.4.1" id="command-network-addIntercep
The <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-remote-end-steps" id="ref-for-dfn-remote-end-steps②③">remote end steps</a> given <var>session</var> and <var>command parameters</var> are:
<ol>
<li data-md>
<p>Let <var>intercept</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc4122" title="A Universally Unique IDentifier (UUID) URN Namespace">UUID</a>.</p>
<p>Let <var>intercept</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc9562" title="Universally Unique IDentifiers (UUIDs)">UUID</a>.</p>
<li data-md>
<p>Let <var>url patterns</var> be the <code>urlPatterns</code> field of <var>command
parameters</var> if present, or an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list①⑤">list</a> otherwise.</p>
Expand Down Expand Up @@ -6615,7 +6615,7 @@ <h4 class="heading settled" data-level="7.5.2" id="preload-scripts"><span class=
before any author-defined script have run.</p>
<p>TODO: Extend this to scripts in other kinds of realms.</p>
<p>A <a data-link-type="dfn" href="#bidi-session" id="ref-for-bidi-session①⑤">BiDi session</a> has a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="preload-script-map">preload script map</dfn> which is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ordered-map" id="ref-for-ordered-map⑤⑤">map</a> in
which the keys are <a data-link-type="biblio" href="#biblio-rfc4122" title="A Universally Unique IDentifier (UUID) URN Namespace">UUID</a>s, and the values are <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct②">structs</a> with an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item">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
which the keys are <a data-link-type="biblio" href="#biblio-rfc9562" title="Universally Unique IDentifiers (UUIDs)">UUID</a>s, and the values are <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct②">structs</a> with an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item">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.</p>
<p class="note" role="note"><span class="marker">Note:</span> If executing a <a data-link-type="dfn" href="#preload-script" id="ref-for-preload-script①">preload script</a> fails, either due to a syntax error, or
a runtime exception, an <a data-link-type="biblio" href="#biblio-ecmascript" title="ECMAScript Language Specification">[ECMAScript]</a> exception is reported in the realm in
Expand Down Expand Up @@ -7722,7 +7722,7 @@ <h5 class="heading settled" data-level="7.5.3.14" id="type-script-RemoteValue"><
<p>If <var>previously serialized remote value</var> does not have a field <code>internalId</code>, run the following steps:</p>
<ol>
<li data-md>
<p>Let <var>internal id</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc4122" title="A Universally Unique IDentifier (UUID) URN Namespace">UUID</a> based on truly random, or pseudo-random numbers.</p>
<p>Let <var>internal id</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc9562" title="Universally Unique IDentifiers (UUIDs)">UUID</a> based on truly random, or pseudo-random numbers.</p>
<li data-md>
<p>Set the <code>internalId</code> field of <var>previously serialized remote value</var> to <var>internal id</var>.</p>
</ol>
Expand Down Expand Up @@ -8338,7 +8338,7 @@ <h5 class="heading settled" data-level="7.5.4.1" id="command-script-addPreloadSc
<p>Let <var>sandbox</var> be the value of the "<code>sandbox</code>" field in <var>command
parameters</var>, if present, or null otherwise.</p>
<li data-md>
<p>Let <var>script</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc4122" title="A Universally Unique IDentifier (UUID) URN Namespace">UUID</a>.</p>
<p>Let <var>script</var> be the string representation of a <a data-link-type="biblio" href="#biblio-rfc9562" title="Universally Unique IDentifiers (UUIDs)">UUID</a>.</p>
<li data-md>
<p>Let <var>preload script map</var> be <var>session</var>’s <a data-link-type="dfn" href="#preload-script-map" id="ref-for-preload-script-map①">preload script map</a>.</p>
<li data-md>
Expand Down Expand Up @@ -10776,8 +10776,6 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
<dd>Gordon P. Hemsley. <a href="https://mimesniff.spec.whatwg.org/"><cite>MIME Sniffing Standard</cite></a>. Living Standard. URL: <a href="https://mimesniff.spec.whatwg.org/">https://mimesniff.spec.whatwg.org/</a>
<dt id="biblio-resource-timing">[RESOURCE-TIMING]
<dd>Yoav Weiss; Noam Rosenthal. <a href="https://w3c.github.io/resource-timing/"><cite>Resource Timing</cite></a>. URL: <a href="https://w3c.github.io/resource-timing/">https://w3c.github.io/resource-timing/</a>
<dt id="biblio-rfc4122">[RFC4122]
<dd>P. Leach; M. Mealling; R. Salz. <a href="https://www.rfc-editor.org/rfc/rfc4122"><cite>A Universally Unique IDentifier (UUID) URN Namespace</cite></a>. July 2005. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc4122">https://www.rfc-editor.org/rfc/rfc4122</a>
<dt id="biblio-rfc4648">[RFC4648]
<dd>S. Josefsson. <a href="https://www.rfc-editor.org/rfc/rfc4648"><cite>The Base16, Base32, and Base64 Data Encodings</cite></a>. October 2006. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc4648">https://www.rfc-editor.org/rfc/rfc4648</a>
<dt id="biblio-rfc6455">[RFC6455]
Expand All @@ -10786,6 +10784,8 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
<dd>H. Birkholz; C. Vigano; C. Bormann. <a href="https://www.rfc-editor.org/rfc/rfc8610"><cite>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</cite></a>. June 2019. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc8610">https://www.rfc-editor.org/rfc/rfc8610</a>
<dt id="biblio-rfc9110">[RFC9110]
<dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://httpwg.org/specs/rfc9110.html"><cite>HTTP Semantics</cite></a>. June 2022. Internet Standard. URL: <a href="https://httpwg.org/specs/rfc9110.html">https://httpwg.org/specs/rfc9110.html</a>
<dt id="biblio-rfc9562">[RFC9562]
<dd>K. Davis; B. Peabody; P. Leach. <a href="https://www.rfc-editor.org/rfc/rfc9562"><cite>Universally Unique IDentifiers (UUIDs)</cite></a>. May 2024. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc9562">https://www.rfc-editor.org/rfc/rfc9562</a>
<dt id="biblio-selectors-4">[SELECTORS-4]
<dd>Elika Etemad; Tab Atkins Jr.. <a href="https://drafts.csswg.org/selectors/"><cite>Selectors Level 4</cite></a>. URL: <a href="https://drafts.csswg.org/selectors/">https://drafts.csswg.org/selectors/</a>
<dt id="biblio-service-workers">[SERVICE-WORKERS]
Expand Down

0 comments on commit 45d64e6

Please sign in to comment.