Skip to content

Commit b2f9f28

Browse files
fix: update get element tag name to use dom element qualified name (#1968)
SHA: 14b5637 Reason: push, by juliandescottes Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6dc363f commit b2f9f28

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

index.html

Lines changed: 23 additions & 23 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="926cd31a14abb193ac70b02fbd0f19bebf8432b7">
193+
<meta name="revision" content="14b5637636ca14da395e899ee5e45ac3eba5bfd7">
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": "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"
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-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>
335335
<details open="">
336336
<summary>More details about this document</summary>
337337
<dl>
@@ -6645,8 +6645,8 @@ <h1 id="title" class="title">WebDriver</h1>
66456645
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>
66466646
with <var>URL variables</var>["<code>element id</code>"].
66476647

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>.
66506650

66516651
</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>.
66526652
</p></li></ol>
@@ -14157,14 +14157,14 @@ <h1 id="title" class="title">WebDriver</h1>
1415714157
<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>
1415814158
</li><li>
1415914159
<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>
1416014162
</li><li>
1416114163
<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>
1416214164
</li><li>
1416314165
<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>
1416414166
</li><li>
1416514167
<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>
1416814168
</li><li>
1416914169
<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>
1417014170
</li><li>
@@ -25620,6 +25620,19 @@ <h1 id="title" class="title">WebDriver</h1>
2562025620
</li><li>
2562125621
<a href="#ref-for-index-term-nodelist-interface-4" title="§ 13.2 Executing Script">§ 13.2 Executing Script</a>
2562225622
</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>
2562325636
</ul>
2562425637
</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)">
2562525638
<span class="caret"></span>
@@ -25665,19 +25678,6 @@ <h1 id="title" class="title">WebDriver</h1>
2566525678
</li><li>
2566625679
<a href="#ref-for-index-term-shadowroot-interface-3" title="§ 13.2 Executing Script">§ 13.2 Executing Script</a>
2566725680
</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>
2568125681
</ul>
2568225682
</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)">
2568325683
<span class="caret"></span>
@@ -26589,7 +26589,7 @@ <h1 id="title" class="title">WebDriver</h1>
2658926589
<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>
2659026590
</dd><dt id="bib-cssom-view">[CSSOM-VIEW]</dt><dd>
2659126591
<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>
2659326593
<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>
2659426594
</dd><dt id="bib-dom-parsing">[DOM-PARSING]</dt><dd>
2659526595
<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

Comments
 (0)