|
1 | 1 | <!DOCTYPE html><html lang="en-us" data-issue-url="https://github.com/w3c/webdriver/" data-issue-param-milestone="Level 1"><head> |
2 | 2 | <meta charset="utf-8"> |
3 | | -<meta name="generator" content="ReSpec 37.0.0"> |
| 3 | +<meta name="generator" content="ReSpec 37.1.0"> |
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | 5 | <style> |
6 | 6 | span.example-title{text-transform:none} |
|
121 | 121 | ol.tof,ul.tof{list-style:none outside none} |
122 | 122 | .caption{margin-top:.5em;font-style:italic} |
123 | 123 | #issue-summary>ul{column-count:2} |
124 | | -#issue-summary li{list-style:none;display:inline-block} |
| 124 | +#issue-summary li{list-style:none} |
125 | 125 | details.respec-tests-details{margin-left:1em;display:inline-block;vertical-align:top} |
126 | 126 | details.respec-tests-details>*{padding-right:2em} |
127 | 127 | details.respec-tests-details[open]{z-index:999999;position:absolute;border:thin solid #cad3e2;border-radius:.3em;background-color:#fff;padding-bottom:.5em} |
|
190 | 190 | .mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)} |
191 | 191 | .mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)} |
192 | 192 | </style> |
193 | | -<meta name="revision" content="463f7edcf571975d9a05e86c8ef5372e28eda30a"> |
| 193 | +<meta name="revision" content="905860d2e4734df9c390465cc5ef1150cf2bc61b"> |
194 | 194 | <meta name="description" content="WebDriver is a remote control interface |
195 | 195 | that enables introspection and control of user agents. |
196 | 196 | It provides a platform- and language-neutral wire protocol |
|
323 | 323 | ], |
324 | 324 | "profile": "web-platform" |
325 | 325 | }, |
326 | | - "gitRevision": "463f7edcf571975d9a05e86c8ef5372e28eda30a", |
327 | | - "publishISODate": "2026-05-11T00:00:00.000Z", |
328 | | - "generatedSubtitle": "W3C Editor's Draft 11 May 2026" |
| 326 | + "gitRevision": "905860d2e4734df9c390465cc5ef1150cf2bc61b", |
| 327 | + "publishISODate": "2026-05-26T00:00:00.000Z", |
| 328 | + "generatedSubtitle": "W3C Editor's Draft 26 May 2026" |
329 | 329 | }</script> |
330 | 330 | <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"> |
331 | 331 | <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"> |
332 | 332 | </a></p> |
333 | 333 | <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-11">11 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-05-26">26 May 2026</time></p> |
335 | 335 | <details open=""> |
336 | 336 | <summary>More details about this document</summary> |
337 | 337 | <dl> |
@@ -6647,7 +6647,7 @@ <h1 id="title" class="title">WebDriver</h1> |
6647 | 6647 | with <var>URL variables</var>["<code>element id</code>"]. |
6648 | 6648 |
|
6649 | 6649 | </p></li><li><p>Let <var>qualified name</var> be the result of getting |
6650 | | - <var>element</var>'s <a data-link-type="attribute" href="https://dom.spec.whatwg.org/#dom-element-tagname" id="ref-for-index-term-tagname-attribute-for-element-1"><code>tagName</code></a> IDL attribute. |
| 6650 | + <var>element</var>'s <a data-link-type="attribute" href="https://dom.spec.whatwg.org/#dom-element-tagname" id="ref-for-index-term-tagname-attribute-for-element-1"><code>tagName</code></a> IDL attribute in <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-lowercase" id="ref-for-index-term-ascii-lowercase-3">ASCII lowercase</a>. |
6651 | 6651 |
|
6652 | 6652 | </p></li><li><p>Return <a href="#dfn-success" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-success-67">success</a> with data <var>qualified name</var>. |
6653 | 6653 | </p></li></ol> |
@@ -26270,6 +26270,8 @@ <h1 id="title" class="title">WebDriver</h1> |
26270 | 26270 | <ul> |
26271 | 26271 | <li> |
26272 | 26272 | <a href="#ref-for-index-term-ascii-lowercase-1" title="§ 7.2 Processing capabilities">§ 7.2 Processing capabilities</a> <a href="#ref-for-index-term-ascii-lowercase-2" title="Reference 2">(2)</a> |
| 26273 | + </li><li> |
| 26274 | + <a href="#ref-for-index-term-ascii-lowercase-3" title="§ 12.4.6 Get Element Tag Name">§ 12.4.6 Get Element Tag Name</a> |
26273 | 26275 | </li> |
26274 | 26276 | </ul> |
26275 | 26277 | </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-contain-for-list" aria-label="Links in this document to definition: contain (for list)"> |
@@ -26617,7 +26619,7 @@ <h1 id="title" class="title">WebDriver</h1> |
26617 | 26619 | </dd><dt id="bib-page-visibility">[PAGE-VISIBILITY]</dt><dd> |
26618 | 26620 | <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> |
26619 | 26621 | </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. 25 February 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/pointerevents4/">https://www.w3.org/TR/pointerevents4/</a> |
| 26622 | + <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> |
26621 | 26623 | </dd><dt id="bib-promises-guide">[PROMISES-GUIDE]</dt><dd> |
26622 | 26624 | <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> |
26623 | 26625 | </dd><dt id="bib-rfc1928">[RFC1928]</dt><dd> |
@@ -26663,7 +26665,7 @@ <h1 id="title" class="title">WebDriver</h1> |
26663 | 26665 | </dd><dt id="bib-wai-aria-1-2">[wai-aria-1.2]</dt><dd> |
26664 | 26666 | <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> |
26665 | 26667 | </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. 11 May 2026. W3C Working Draft. URL: <a href="https://www.w3.org/TR/webdriver-bidi/">https://www.w3.org/TR/webdriver-bidi/</a> |
| 26668 | + <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> |
26667 | 26669 | </dd><dt id="bib-webidl">[WEBIDL]</dt><dd> |
26668 | 26670 | <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> |
26669 | 26671 | </dd><dt id="bib-xpath">[XPATH]</dt><dd> |
@@ -26728,7 +26730,7 @@ <h1 id="title" class="title">WebDriver</h1> |
26728 | 26730 | if (HL_COLORS.get("respec-hl-c1") === true) return "respec-hl-c1"; |
26729 | 26731 |
|
26730 | 26732 | // otherwise get some other available color |
26731 | | - return HL_COLORS.keys().find(c => HL_COLORS.get(c)) || "respec-hl-c1"; |
| 26733 | + return [...HL_COLORS.keys()].find(c => HL_COLORS.get(c)) || "respec-hl-c1"; |
26732 | 26734 | } |
26733 | 26735 |
|
26734 | 26736 | /** |
|
0 commit comments