Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5823,7 +5823,7 @@ <h4><dfn>Get Element Tag Name</dfn></h4>
with <var>URL variables</var>["<code>element id</code>"].

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

<li><p>Return <a>success</a> with data <var>qualified name</var>.
</ol>
Expand Down
Loading