Skip to content

Commit 5b54474

Browse files
committed
Update dom.bs
1 parent e5c22c4 commit 5b54474

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dom.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6859,18 +6859,19 @@ again by an <a lt="upgrade an element">upgrade</a>.
68596859
<a for=Element>namespace prefix</a>, followed by "<code>:</code>", followed by its
68606860
<a for=Element>local name</a>.
68616861

6862+
<div algorithm>
68626863
<p>An <a for=/>element</a>'s <dfn for=Element>HTML-uppercased qualified name</dfn> is the return
68636864
value of these steps:
68646865

68656866
<ol>
68666867
<li><p>Let <var>qualifiedName</var> be <a>this</a>'s <a for=Element>qualified name</a>.
68676868

68686869
<li><p>If <a>this</a> is in the <a>HTML namespace</a> and its <a for=Node>node document</a> is an
6869-
<a>HTML document</a>, then set <var>qualifiedName</var> to <var>qualifiedName</var> in
6870-
<a>ASCII uppercase</a>.
6870+
<a>HTML document</a>, then return <var>qualifiedName</var> in <a>ASCII uppercase</a>.
68716871

68726872
<li>Return <var>qualifiedName</var>.
68736873
</ol>
6874+
</div>
68746875

68756876
<p class=note>User agents could optimize <a for=Element>qualified name</a> and
68766877
<a for=Element>HTML-uppercased qualified name</a> by storing them in internal slots.

0 commit comments

Comments
 (0)