From c3c0dca988ff54d0287d2e6681f914265c5af724 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Wed, 27 May 2026 09:12:17 +0200 Subject: [PATCH] Revert "fix: update get element tag name to return lowercase tag name (#1962)" This reverts commit 905860d2e4734df9c390465cc5ef1150cf2bc61b. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1136d210..8a42ab4d 100644 --- a/index.html +++ b/index.html @@ -5823,7 +5823,7 @@

Get Element Tag Name

with URL variables["element id"].
  • Let qualified name be the result of getting - element's {{Element/tagName}} IDL attribute in [=ASCII lowercase=]. + element's {{Element/tagName}} IDL attribute.

  • Return success with data qualified name.