Skip to content

Commit 9c8dabf

Browse files
Revert "fix: update get element tag name to return lowercase tag name (#1962)" (#1963)
SHA: 7329641 Reason: push, by juliandescottes Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 470bb9d commit 9c8dabf

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

index.html

Lines changed: 6 additions & 8 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="905860d2e4734df9c390465cc5ef1150cf2bc61b">
193+
<meta name="revision" content="7329641a49055e301c775f1d3bc80113a7aee15f">
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": "905860d2e4734df9c390465cc5ef1150cf2bc61b",
327-
"publishISODate": "2026-05-26T00:00:00.000Z",
328-
"generatedSubtitle": "W3C Editor's Draft 26 May 2026"
326+
"gitRevision": "7329641a49055e301c775f1d3bc80113a7aee15f",
327+
"publishISODate": "2026-05-28T00:00:00.000Z",
328+
"generatedSubtitle": "W3C Editor's Draft 28 May 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-26">26 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-28">28 May 2026</time></p>
335335
<details open="">
336336
<summary>More details about this document</summary>
337337
<dl>
@@ -6647,7 +6647,7 @@ <h1 id="title" class="title">WebDriver</h1>
66476647
with <var>URL variables</var>["<code>element id</code>"].
66486648

66496649
</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 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>.
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.
66516651

66526652
</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>.
66536653
</p></li></ol>
@@ -26270,8 +26270,6 @@ <h1 id="title" class="title">WebDriver</h1>
2627026270
<ul>
2627126271
<li>
2627226272
<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>
2627526273
</li>
2627626274
</ul>
2627726275
</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)">

0 commit comments

Comments
 (0)