Skip to content

Commit 4a54a49

Browse files
Fix Typo of "Find Element From Shadow Root" section (w3c#1904)
SHA: 6dc16d1 Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f052c56 commit 4a54a49

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178178
</style>
179-
<meta name="revision" content="87062f76b3e52a349f72ce376aba0c9ad6a51c26">
179+
<meta name="revision" content="6dc16d181e02ead6cdc02ce7f8762724d7087944">
180180
<meta name="description" content="WebDriver is a remote control interface
181181
that enables introspection and control of user agents.
182182
It provides a platform- and language-neutral wire protocol
@@ -289,15 +289,15 @@
289289
],
290290
"profile": "web-platform"
291291
},
292-
"gitRevision": "87062f76b3e52a349f72ce376aba0c9ad6a51c26",
293-
"publishISODate": "2025-06-19T00:00:00.000Z",
294-
"generatedSubtitle": "W3C Editor's Draft 19 June 2025"
292+
"gitRevision": "6dc16d181e02ead6cdc02ce7f8762724d7087944",
293+
"publishISODate": "2025-06-20T00:00:00.000Z",
294+
"generatedSubtitle": "W3C Editor's Draft 20 June 2025"
295295
}</script>
296296
<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">
297297
<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">
298298
</a></p>
299299
<h1 id="title" class="title">WebDriver</h1>
300-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-06-19">19 June 2025</time></p>
300+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2025-06-20">20 June 2025</time></p>
301301
<details open="">
302302
<summary>More details about this document</summary>
303303
<dl>
@@ -5961,7 +5961,7 @@ <h1 id="title" class="title">WebDriver</h1>
59615961
</p></li><li><p>If <var>selector</var> is <a href="#dfn-undefined" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-undefined-16">undefined</a>,
59625962
return <a href="#dfn-error" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-120">error</a> with <a href="#dfn-error-code" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-code-113">error code</a> <a href="#dfn-invalid-argument" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-invalid-argument-39">invalid argument</a>.
59635963

5964-
</p></li><li><p>If the <var>ssession</var>'s <a href="#dfn-current-browsing-context" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-current-browsing-context-40">current browsing
5964+
</p></li><li><p>If <var>session</var>'s <a href="#dfn-current-browsing-context" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-current-browsing-context-40">current browsing
59655965
context</a> is <a href="#dfn-no-longer-open" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-no-longer-open-25">no longer open</a>, return <a href="#dfn-error" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-121">error</a>
59665966
with <a href="#dfn-error-code" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-code-114">error code</a> <a href="#dfn-no-such-window" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-no-such-window-26">no such window</a>.
59675967

@@ -14327,7 +14327,7 @@ <h1 id="title" class="title">WebDriver</h1>
1432714327
</dd><dt id="bib-wai-aria-1.2">[wai-aria-1.2]</dt><dd>
1432814328
<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>
1432914329
</dd><dt id="bib-webdriver-bidi">[WebDriver-BiDi]</dt><dd>
14330-
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 18 June 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
14330+
<a href="https://www.w3.org/TR/webdriver-bidi/"><cite>WebDriver BiDi</cite></a>. James Graham; Alex Rudenko; Maksim Sadym. W3C. 19 June 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a>
1433114331
</dd><dt id="bib-webidl">[WEBIDL]</dt><dd>
1433214332
<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>
1433314333
</dd><dt id="bib-xpath">[XPATH]</dt><dd>

0 commit comments

Comments
 (0)