Skip to content

Commit 905860d

Browse files
fix: update get element tag name to return lowercase tag name (#1962)
1 parent 463f7ed commit 905860d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5823,7 +5823,7 @@ <h4><dfn>Get Element Tag Name</dfn></h4>
58235823
with <var>URL variables</var>["<code>element id</code>"].
58245824

58255825
<li><p>Let <var>qualified name</var> be the result of getting
5826-
<var>element</var>&apos;s {{Element/tagName}} IDL attribute.
5826+
<var>element</var>&apos;s {{Element/tagName}} IDL attribute in [=ASCII lowercase=].
58275827

58285828
<li><p>Return <a>success</a> with data <var>qualified name</var>.
58295829
</ol>

0 commit comments

Comments
 (0)