Skip to content

Commit 6dc363f

Browse files
Apply suggestion from @whimboo
SHA: 926cd31 Reason: push, by jgraham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c8dabf commit 6dc363f

1 file changed

Lines changed: 23 additions & 24 deletions

File tree

index.html

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
191191
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
192192
</style>
193-
<meta name="revision" content="7329641a49055e301c775f1d3bc80113a7aee15f">
193+
<meta name="revision" content="926cd31a14abb193ac70b02fbd0f19bebf8432b7">
194194
<meta name="description" content="WebDriver is a remote control interface
195195
that enables introspection and control of user agents.
196196
It provides a platform- and language-neutral wire protocol
@@ -323,15 +323,15 @@
323323
],
324324
"profile": "web-platform"
325325
},
326-
"gitRevision": "7329641a49055e301c775f1d3bc80113a7aee15f",
327-
"publishISODate": "2026-05-28T00:00:00.000Z",
328-
"generatedSubtitle": "W3C Editor's Draft 28 May 2026"
326+
"gitRevision": "926cd31a14abb193ac70b02fbd0f19bebf8432b7",
327+
"publishISODate": "2026-07-02T00:00:00.000Z",
328+
"generatedSubtitle": "W3C Editor's Draft 02 July 2026"
329329
}</script>
330330
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
331331
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
332332
</a></p>
333333
<h1 id="title" class="title">WebDriver</h1>
334-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2026-05-28">28 May 2026</time></p>
334+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2026-07-02">02 July 2026</time></p>
335335
<details open="">
336336
<summary>More details about this document</summary>
337337
<dl>
@@ -6180,16 +6180,15 @@ <h1 id="title" class="title">WebDriver</h1>
61806180
</p></li><li><p>Return a pair of (<var>x</var>, <var>y</var>).
61816181
</p></li></ol>
61826182

6183-
<p>To determine if <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node" id="ref-for-index-term-node-1">node</a> is <dfn id="dfn-not-in-the-same-tree" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">not in the same tree</dfn>
6184-
as another <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node" id="ref-for-index-term-node-2">node</a>, <var>other</var>,
6183+
<p>To determine if a <a data-link-type="interface" data-lt="Node" href="https://dom.spec.whatwg.org/#node" id="ref-for-index-term-node-interface-1"><code>Node</code></a> <var>node</var> is <dfn id="dfn-not-in-the-same-tree" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">not in the same tree</dfn> as a <a data-link-type="interface" data-lt="Node" href="https://dom.spec.whatwg.org/#node" id="ref-for-index-term-node-interface-2"><code>Node</code></a> <var>other</var>,
61856184
run the following substeps:
61866185

61876186
</p><ol>
6188-
<li><p>If the <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node" id="ref-for-index-term-node-3">node</a>'s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node-document" id="ref-for-index-term-node-document-for-node-3">node document</a>
6187+
<li><p>If <var>node</var>'s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node-document" id="ref-for-index-term-node-document-for-node-3">node document</a>
61896188
is not <var>other</var>'s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node-document" id="ref-for-index-term-node-document-for-node-4">node document</a>,
61906189
return true.
61916190

6192-
</p></li><li><p>Return true if the result of calling the <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node" id="ref-for-index-term-node-4">node</a>'s
6191+
</p></li><li><p>Return true if the result of calling <var>node</var>'s
61936192
<a data-link-type="method" data-lt="compareDocumentPosition()" href="https://dom.spec.whatwg.org/#dom-node-comparedocumentposition" id="ref-for-index-term-comparedocumentposition-for-node-1"><code>compareDocumentPosition</code></a><code>()</code> with <var>other</var> as argument
61946193
is <a data-link-type="const" href="https://dom.spec.whatwg.org/#dom-node-document_position_disconnected" id="ref-for-index-term-document_position_disconnected-for-node-1"><code>DOCUMENT_POSITION_DISCONNECTED</code></a> (1),
61956194
otherwise return false.
@@ -14153,7 +14152,7 @@ <h1 id="title" class="title">WebDriver</h1>
1415314152
</li><li>
1415414153
<span class="index-term" data-href="https://dom.spec.whatwg.org/#dom-event-istrusted" id="index-term-istrusted-attribute-for-event" tabindex="0" aria-haspopup="dialog"><code>isTrusted</code> attribute (for <code>Event</code>)</span>
1415514154
</li><li>
14156-
<span class="index-term" data-href="https://dom.spec.whatwg.org/#concept-node" id="index-term-node" tabindex="0" aria-haspopup="dialog">node</span>
14155+
<span class="index-term" data-href="https://dom.spec.whatwg.org/#node" id="index-term-node-interface" tabindex="0" aria-haspopup="dialog"><code>Node</code> interface</span>
1415714156
</li><li>
1415814157
<span class="index-term" data-href="https://dom.spec.whatwg.org/#concept-node-document" id="index-term-node-document-for-node" tabindex="0" aria-haspopup="dialog">node document (for <code>Node</code>)</span>
1415914158
</li><li>
@@ -25573,17 +25572,17 @@ <h1 id="title" class="title">WebDriver</h1>
2557325572
<a href="#ref-for-index-term-istrusted-attribute-for-event-1" title="§ 15.4 Ticks">§ 15.4 Ticks</a>
2557425573
</li>
2557525574
</ul>
25576-
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-node" aria-label="Links in this document to definition: node">
25575+
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-node-interface" aria-label="Links in this document to definition: Node interface">
2557725576
<span class="caret"></span>
2557825577
<div>
25579-
<a class="self-link" href="https://dom.spec.whatwg.org/#concept-node" aria-label="Permalink for definition: node. Activate to close this dialog.">Permalink</a>
25578+
<a class="self-link" href="https://dom.spec.whatwg.org/#node" aria-label="Permalink for definition: Node interface. Activate to close this dialog.">Permalink</a>
2558025579

2558125580

2558225581
</div>
2558325582
<p><b>Referenced in:</b></p>
2558425583
<ul>
2558525584
<li>
25586-
<a href="#ref-for-index-term-node-1" title="§ 12.4 State">§ 12.4 State</a> <a href="#ref-for-index-term-node-2" title="Reference 2">(2)</a> <a href="#ref-for-index-term-node-3" title="Reference 3">(3)</a> <a href="#ref-for-index-term-node-4" title="Reference 4">(4)</a>
25585+
<a href="#ref-for-index-term-node-interface-1" title="§ 12.4 State">§ 12.4 State</a> <a href="#ref-for-index-term-node-interface-2" title="Reference 2">(2)</a>
2558725586
</li>
2558825587
</ul>
2558925588
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-node-document-for-node" aria-label="Links in this document to definition: node document (for Node)">
@@ -26583,7 +26582,7 @@ <h1 id="title" class="title">WebDriver</h1>
2658326582
</dd><dt id="bib-css3-box">[CSS3-BOX]</dt><dd>
2658426583
<a href="https://www.w3.org/TR/css-box-3/"><cite>CSS Box Model Module Level 3</cite></a>. Elika Etemad. W3C. 11 April 2024. W3C Recommendation. URL: <a href="https://www.w3.org/TR/css-box-3/">https://www.w3.org/TR/css-box-3/</a>
2658526584
</dd><dt id="bib-css3-display">[CSS3-DISPLAY]</dt><dd>
26586-
<a href="https://www.w3.org/TR/css-display-3/"><cite>CSS Display Module Level 3</cite></a>. Elika Etemad; Tab Atkins Jr. W3C. 30 March 2023. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/css-display-3/">https://www.w3.org/TR/css-display-3/</a>
26585+
<a href="https://www.w3.org/TR/css-display-3/"><cite>CSS Display Module Level 3</cite></a>. Tab Atkins Jr.; Elika Etemad. W3C. 5 June 2026. CRD. URL: <a href="https://www.w3.org/TR/css-display-3/">https://www.w3.org/TR/css-display-3/</a>
2658726586
</dd><dt id="bib-css3-values">[CSS3-VALUES]</dt><dd>
2658826587
<a href="https://www.w3.org/TR/css-values-3/"><cite>CSS Values and Units Module Level 3</cite></a>. Tab Atkins Jr.; Elika Etemad. W3C. 22 March 2024. CRD. URL: <a href="https://www.w3.org/TR/css-values-3/">https://www.w3.org/TR/css-values-3/</a>
2658926588
</dd><dt id="bib-cssom">[CSSOM]</dt><dd>
@@ -26603,7 +26602,7 @@ <h1 id="title" class="title">WebDriver</h1>
2660326602
</dd><dt id="bib-fetch">[FETCH]</dt><dd>
2660426603
<a href="https://fetch.spec.whatwg.org/"><cite>Fetch Standard</cite></a>. Anne van Kesteren. WHATWG. Living Standard. URL: <a href="https://fetch.spec.whatwg.org/">https://fetch.spec.whatwg.org/</a>
2660526604
</dd><dt id="bib-fileapi">[fileapi]</dt><dd>
26606-
<a href="https://www.w3.org/TR/FileAPI/"><cite>File API</cite></a>. Marijn Kruisselbrink. W3C. 3 December 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/FileAPI/">https://www.w3.org/TR/FileAPI/</a>
26605+
<a href="https://www.w3.org/TR/FileAPI/"><cite>File API</cite></a>. Marijn Kruisselbrink. W3C. 4 June 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/FileAPI/">https://www.w3.org/TR/FileAPI/</a>
2660726606
</dd><dt id="bib-fullscreen">[FULLSCREEN]</dt><dd>
2660826607
<a href="https://fullscreen.spec.whatwg.org/"><cite>Fullscreen API Standard</cite></a>. Philip Jägenstedt. WHATWG. Living Standard. URL: <a href="https://fullscreen.spec.whatwg.org/">https://fullscreen.spec.whatwg.org/</a>
2660926608
</dd><dt id="bib-geometry-1">[GEOMETRY-1]</dt><dd>
@@ -26617,21 +26616,21 @@ <h1 id="title" class="title">WebDriver</h1>
2661726616
</dd><dt id="bib-page-visibility">[PAGE-VISIBILITY]</dt><dd>
2661826617
<a href="https://www.w3.org/TR/page-visibility/"><cite>Page Visibility (Second Edition)</cite></a>. Jatinder Mann; Arvind Jain. W3C. 29 October 2013. W3C Recommendation. URL: <a href="https://www.w3.org/TR/page-visibility/">https://www.w3.org/TR/page-visibility/</a>
2661926618
</dd><dt id="bib-pointer-events">[POINTER-EVENTS]</dt><dd>
26620-
<a href="https://www.w3.org/TR/pointerevents4/"><cite>Pointer Events</cite></a>. Patrick Lauke; Robert Flack. W3C. 22 May 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/pointerevents4/">https://www.w3.org/TR/pointerevents4/</a>
26619+
<a href="https://www.w3.org/TR/pointerevents4/"><cite>Pointer Events</cite></a>. Patrick Lauke; Robert Flack. W3C. 1 July 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/pointerevents4/">https://www.w3.org/TR/pointerevents4/</a>
2662126620
</dd><dt id="bib-promises-guide">[PROMISES-GUIDE]</dt><dd>
2662226621
<a href="https://www.w3.org/2001/tag/doc/promises-guide"><cite>Writing Promise-Using Specifications</cite></a>. Domenic Denicola. W3C. 9 November 2018. TAG Finding. URL: <a href="https://www.w3.org/2001/tag/doc/promises-guide">https://www.w3.org/2001/tag/doc/promises-guide</a>
2662326622
</dd><dt id="bib-rfc1928">[RFC1928]</dt><dd>
26624-
<a href="https://www.rfc-editor.org/rfc/rfc1928"><cite>SOCKS Protocol Version 5</cite></a>. M. Leech; M. Ganis; Y. Lee; R. Kuris; D. Koblas; L. Jones. IETF. March 1996. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc1928">https://www.rfc-editor.org/rfc/rfc1928</a>
26623+
<a href="https://www.rfc-editor.org/info/rfc1928/"><cite>SOCKS Protocol Version 5</cite></a>. M. Leech; M. Ganis; Y. Lee; R. Kuris; D. Koblas; L. Jones. IETF. March 1996. Proposed Standard. URL: <a href="https://www.rfc-editor.org/info/rfc1928/">https://www.rfc-editor.org/info/rfc1928/</a>
2662526624
</dd><dt id="bib-rfc2397">[RFC2397]</dt><dd>
26626-
<a href="https://www.rfc-editor.org/rfc/rfc2397"><cite>The "data" URL scheme</cite></a>. L. Masinter. IETF. August 1998. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc2397">https://www.rfc-editor.org/rfc/rfc2397</a>
26625+
<a href="https://www.rfc-editor.org/info/rfc2397/"><cite>The "data" URL scheme</cite></a>. L. Masinter. IETF. August 1998. Proposed Standard. URL: <a href="https://www.rfc-editor.org/info/rfc2397/">https://www.rfc-editor.org/info/rfc2397/</a>
2662726626
</dd><dt id="bib-rfc3514">[RFC3514]</dt><dd>
26628-
<a href="https://www.rfc-editor.org/rfc/rfc3514"><cite>The Security Flag in the IPv4 Header</cite></a>. S. Bellovin. IETF. 1 April 2003. Informational. URL: <a href="https://www.rfc-editor.org/rfc/rfc3514">https://www.rfc-editor.org/rfc/rfc3514</a>
26627+
<a href="https://www.rfc-editor.org/info/rfc3514/"><cite>The Security Flag in the IPv4 Header</cite></a>. S. Bellovin. IETF. 1 April 2003. Informational. URL: <a href="https://www.rfc-editor.org/info/rfc3514/">https://www.rfc-editor.org/info/rfc3514/</a>
2662926628
</dd><dt id="bib-rfc4122">[RFC4122]</dt><dd>
26630-
<a href="https://www.rfc-editor.org/rfc/rfc4122"><cite>A Universally Unique IDentifier (UUID) URN Namespace</cite></a>. P. Leach; M. Mealling; R. Salz. IETF. July 2005. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc4122">https://www.rfc-editor.org/rfc/rfc4122</a>
26629+
<a href="https://www.rfc-editor.org/info/rfc4122/"><cite>A Universally Unique IDentifier (UUID) URN Namespace</cite></a>. P. Leach; M. Mealling; R. Salz. IETF. July 2005. Proposed Standard. URL: <a href="https://www.rfc-editor.org/info/rfc4122/">https://www.rfc-editor.org/info/rfc4122/</a>
2663126630
</dd><dt id="bib-rfc4632">[RFC4632]</dt><dd>
26632-
<a href="https://www.rfc-editor.org/rfc/rfc4632"><cite>Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan</cite></a>. V. Fuller; T. Li. IETF. August 2006. Best Current Practice. URL: <a href="https://www.rfc-editor.org/rfc/rfc4632">https://www.rfc-editor.org/rfc/rfc4632</a>
26631+
<a href="https://www.rfc-editor.org/info/rfc4632/"><cite>Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan</cite></a>. V. Fuller; T. Li. IETF. August 2006. Best Current Practice. URL: <a href="https://www.rfc-editor.org/info/rfc4632/">https://www.rfc-editor.org/info/rfc4632/</a>
2663326632
</dd><dt id="bib-rfc4648">[RFC4648]</dt><dd>
26634-
<a href="https://www.rfc-editor.org/rfc/rfc4648"><cite>The Base16, Base32, and Base64 Data Encodings</cite></a>. S. Josefsson. IETF. October 2006. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc4648">https://www.rfc-editor.org/rfc/rfc4648</a>
26633+
<a href="https://www.rfc-editor.org/info/rfc4648/"><cite>The Base16, Base32, and Base64 Data Encodings</cite></a>. S. Josefsson. IETF. October 2006. Proposed Standard. URL: <a href="https://www.rfc-editor.org/info/rfc4648/">https://www.rfc-editor.org/info/rfc4648/</a>
2663526634
</dd><dt id="bib-rfc6265">[RFC6265]</dt><dd>
2663626635
<a href="https://httpwg.org/specs/rfc6265.html"><cite>HTTP State Management Mechanism</cite></a>. A. Barth. IETF. April 2011. Proposed Standard. URL: <a href="https://httpwg.org/specs/rfc6265.html">https://httpwg.org/specs/rfc6265.html</a>
2663726636
</dd><dt id="bib-rfc6265bis">[RFC6265bis]</dt><dd>
@@ -26657,13 +26656,13 @@ <h1 id="title" class="title">WebDriver</h1>
2665726656
</dd><dt id="bib-unicode">[Unicode]</dt><dd>
2665826657
<a href="https://www.unicode.org/versions/latest/"><cite>The Unicode Standard</cite></a>. Unicode Consortium. URL: <a href="https://www.unicode.org/versions/latest/">https://www.unicode.org/versions/latest/</a>
2665926658
</dd><dt id="bib-uri-template">[URI-TEMPLATE]</dt><dd>
26660-
<a href="https://www.rfc-editor.org/rfc/rfc6570"><cite>URI Template</cite></a>. J. Gregorio; R. Fielding; M. Hadley; M. Nottingham; D. Orchard. IETF. March 2012. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc6570">https://www.rfc-editor.org/rfc/rfc6570</a>
26659+
<a href="https://www.rfc-editor.org/info/rfc6570/"><cite>URI Template</cite></a>. J. Gregorio; R. Fielding; M. Hadley; M. Nottingham; D. Orchard. IETF. March 2012. Proposed Standard. URL: <a href="https://www.rfc-editor.org/info/rfc6570/">https://www.rfc-editor.org/info/rfc6570/</a>
2666126660
</dd><dt id="bib-url">[URL]</dt><dd>
2666226661
<a href="https://url.spec.whatwg.org/"><cite>URL Standard</cite></a>. Anne van Kesteren. WHATWG. Living Standard. URL: <a href="https://url.spec.whatwg.org/">https://url.spec.whatwg.org/</a>
2666326662
</dd><dt id="bib-wai-aria-1-2">[wai-aria-1.2]</dt><dd>
2666426663
<a href="https://www.w3.org/TR/wai-aria-1.2/"><cite>Accessible Rich Internet Applications (WAI-ARIA) 1.2</cite></a>. Joanmarie Diggs; James Nurthen; Michael Cooper; Carolyn MacLeod. W3C. 6 June 2023. W3C Recommendation. URL: <a href="https://www.w3.org/TR/wai-aria-1.2/">https://www.w3.org/TR/wai-aria-1.2/</a>
2666526664
</dd><dt id="bib-webdriver-bidi">[WebDriver-BiDi]</dt><dd>
26666-
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 22 May 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
26665+
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 29 June 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
2666726666
</dd><dt id="bib-webidl">[WEBIDL]</dt><dd>
2666826667
<a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Edgar Chen; Timothy Gu. WHATWG. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
2666926668
</dd><dt id="bib-xpath">[XPATH]</dt><dd>

0 commit comments

Comments
 (0)