|
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="926cd31a14abb193ac70b02fbd0f19bebf8432b7"> |
| 193 | +<meta name="revision" content="14b5637636ca14da395e899ee5e45ac3eba5bfd7"> |
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": "926cd31a14abb193ac70b02fbd0f19bebf8432b7", |
327 | | - "publishISODate": "2026-07-02T00:00:00.000Z", |
328 | | - "generatedSubtitle": "W3C Editor's Draft 02 July 2026" |
| 326 | + "gitRevision": "14b5637636ca14da395e899ee5e45ac3eba5bfd7", |
| 327 | + "publishISODate": "2026-07-09T00:00:00.000Z", |
| 328 | + "generatedSubtitle": "W3C Editor's Draft 09 July 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-07-02">02 July 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-09">09 July 2026</time></p> |
335 | 335 | <details open=""> |
336 | 336 | <summary>More details about this document</summary> |
337 | 337 | <dl> |
@@ -6645,8 +6645,8 @@ <h1 id="title" class="title">WebDriver</h1> |
6645 | 6645 | of <a href="#dfn-try" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-try-72">trying</a> to <a href="#dfn-get-a-known-element" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-get-a-known-element-11">get a known element</a> |
6646 | 6646 | with <var>URL variables</var>["<code>element id</code>"]. |
6647 | 6647 |
|
6648 | | - </p></li><li><p>Let <var>qualified name</var> be the result of getting |
6649 | | - <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. |
| 6648 | + </p></li><li><p>Let <var>qualified name</var> be <var>element</var>'s |
| 6649 | + <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-element-qualified-name" id="ref-for-index-term-qualified-name-for-element-1">qualified name</a>. |
6650 | 6650 |
|
6651 | 6651 | </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>. |
6652 | 6652 | </p></li></ol> |
@@ -14157,14 +14157,14 @@ <h1 id="title" class="title">WebDriver</h1> |
14157 | 14157 | <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> |
14158 | 14158 | </li><li> |
14159 | 14159 | <span class="index-term" data-href="https://dom.spec.whatwg.org/#nodelist" id="index-term-nodelist-interface" tabindex="0" aria-haspopup="dialog"><code>NodeList</code> interface</span> |
| 14160 | + </li><li> |
| 14161 | + <span class="index-term" data-href="https://dom.spec.whatwg.org/#concept-element-qualified-name" id="index-term-qualified-name-for-element" tabindex="0" aria-haspopup="dialog">qualified name (for <code>Element</code>)</span> |
14160 | 14162 | </li><li> |
14161 | 14163 | <span class="index-term" data-href="https://dom.spec.whatwg.org/#dom-parentnode-queryselectorall" id="index-term-queryselectorall-for-parentnode" tabindex="0" aria-haspopup="dialog"><code>querySelectorAll()</code> (for <code>ParentNode</code>)</span> |
14162 | 14164 | </li><li> |
14163 | 14165 | <span class="index-term" data-href="https://dom.spec.whatwg.org/#concept-node-remove" id="index-term-remove" tabindex="0" aria-haspopup="dialog">remove</span> |
14164 | 14166 | </li><li> |
14165 | 14167 | <span class="index-term" data-href="https://dom.spec.whatwg.org/#shadowroot" id="index-term-shadowroot-interface" tabindex="0" aria-haspopup="dialog"><code>ShadowRoot</code> interface</span> |
14166 | | - </li><li> |
14167 | | - <span class="index-term" data-href="https://dom.spec.whatwg.org/#dom-element-tagname" id="index-term-tagname-attribute-for-element" tabindex="0" aria-haspopup="dialog"><code>tagName</code> attribute (for <code>Element</code>)</span> |
14168 | 14168 | </li><li> |
14169 | 14169 | <span class="index-term" data-href="https://dom.spec.whatwg.org/#dom-node-textcontent" id="index-term-textcontent-attribute-for-node" tabindex="0" aria-haspopup="dialog"><code>textContent</code> attribute (for <code>Node</code>)</span> |
14170 | 14170 | </li><li> |
@@ -25620,6 +25620,19 @@ <h1 id="title" class="title">WebDriver</h1> |
25620 | 25620 | </li><li> |
25621 | 25621 | <a href="#ref-for-index-term-nodelist-interface-4" title="§ 13.2 Executing Script">§ 13.2 Executing Script</a> |
25622 | 25622 | </li> |
| 25623 | + </ul> |
| 25624 | + </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-qualified-name-for-element" aria-label="Links in this document to definition: qualified name (for Element)"> |
| 25625 | + <span class="caret"></span> |
| 25626 | + <div> |
| 25627 | + <a class="self-link" href="https://dom.spec.whatwg.org/#concept-element-qualified-name" aria-label="Permalink for definition: qualified name (for Element). Activate to close this dialog.">Permalink</a> |
| 25628 | + |
| 25629 | + |
| 25630 | + </div> |
| 25631 | + <p><b>Referenced in:</b></p> |
| 25632 | + <ul> |
| 25633 | + <li> |
| 25634 | + <a href="#ref-for-index-term-qualified-name-for-element-1" title="§ 12.4.6 Get Element Tag Name">§ 12.4.6 Get Element Tag Name</a> |
| 25635 | + </li> |
25623 | 25636 | </ul> |
25624 | 25637 | </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-queryselectorall-for-parentnode" aria-label="Links in this document to definition: querySelectorAll() (for ParentNode)"> |
25625 | 25638 | <span class="caret"></span> |
@@ -25665,19 +25678,6 @@ <h1 id="title" class="title">WebDriver</h1> |
25665 | 25678 | </li><li> |
25666 | 25679 | <a href="#ref-for-index-term-shadowroot-interface-3" title="§ 13.2 Executing Script">§ 13.2 Executing Script</a> |
25667 | 25680 | </li> |
25668 | | - </ul> |
25669 | | - </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-tagname-attribute-for-element" aria-label="Links in this document to definition: tagName attribute (for Element)"> |
25670 | | - <span class="caret"></span> |
25671 | | - <div> |
25672 | | - <a class="self-link" href="https://dom.spec.whatwg.org/#dom-element-tagname" aria-label="Permalink for definition: tagName attribute (for Element). Activate to close this dialog.">Permalink</a> |
25673 | | - |
25674 | | - |
25675 | | - </div> |
25676 | | - <p><b>Referenced in:</b></p> |
25677 | | - <ul> |
25678 | | - <li> |
25679 | | - <a href="#ref-for-index-term-tagname-attribute-for-element-1" title="§ 12.4.6 Get Element Tag Name">§ 12.4.6 Get Element Tag Name</a> |
25680 | | - </li> |
25681 | 25681 | </ul> |
25682 | 25682 | </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-textcontent-attribute-for-node" aria-label="Links in this document to definition: textContent attribute (for Node)"> |
25683 | 25683 | <span class="caret"></span> |
@@ -26589,7 +26589,7 @@ <h1 id="title" class="title">WebDriver</h1> |
26589 | 26589 | <a href="https://www.w3.org/TR/cssom-1/"><cite>CSS Object Model (CSSOM)</cite></a>. Daniel Glazman; Emilio Cobos Álvarez. W3C. 26 August 2021. W3C Working Draft. URL: <a href="https://www.w3.org/TR/cssom-1/">https://www.w3.org/TR/cssom-1/</a> |
26590 | 26590 | </dd><dt id="bib-cssom-view">[CSSOM-VIEW]</dt><dd> |
26591 | 26591 | <a href="https://www.w3.org/TR/cssom-view-1/"><cite>CSSOM View Module</cite></a>. Simon Fraser; Emilio Cobos Álvarez. W3C. 16 September 2025. W3C Working Draft. URL: <a href="https://www.w3.org/TR/cssom-view-1/">https://www.w3.org/TR/cssom-view-1/</a> |
26592 | | - </dd><dt id="bib-dom">[DOM]</dt><dd> |
| 26592 | + </dd><dt id="bib-dom">[dom]</dt><dd> |
26593 | 26593 | <a href="https://dom.spec.whatwg.org/"><cite>DOM Standard</cite></a>. Anne van Kesteren. WHATWG. Living Standard. URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a> |
26594 | 26594 | </dd><dt id="bib-dom-parsing">[DOM-PARSING]</dt><dd> |
26595 | 26595 | <a href="https://www.w3.org/TR/DOM-Parsing/"><cite>DOM Parsing and Serialization</cite></a>. Travis Leithead. W3C. 17 May 2016. W3C Working Draft. URL: <a href="https://www.w3.org/TR/DOM-Parsing/">https://www.w3.org/TR/DOM-Parsing/</a> |
|
0 commit comments