Skip to content

Commit 3c8c6fa

Browse files
committed
Rename originalElement to just element
1 parent 5c03ee4 commit 3c8c6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dom.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7912,17 +7912,17 @@ string <var>value</var>, run these steps:
79127912
<p>Otherwise:
79137913

79147914
<ol>
7915-
<li><p>Let <var>originalElement</var> be <var>attribute</var>'s <a for=Attr>element</a>.
7915+
<li><p>Let <var>element</var> be <var>attribute</var>'s <a for=Attr>element</a>.
79167916

79177917
<li><p>Let <var>verifiedValue</var> be the result of calling <a abstract-op>get
79187918
Trusted Types-compliant attribute value</a> with <var>attribute</var>'s
79197919
<a for=Attr>local name</a>, <var>attribute</var>'s <a for=Attr>namespace</a>,
7920-
<var>originalElement</var>, and <var>value</var>. [[!TRUSTED-TYPES]]
7920+
<var>element</var>, and <var>value</var>. [[!TRUSTED-TYPES]]
79217921

79227922
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is null, then set <var>attribute</var>'s
79237923
<a for=Attr>value</a> to <var>verifiedValue</var>, and return.
79247924

7925-
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is not <var>originalElement</var>, then
7925+
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is not <var>element</var>, then
79267926
return.
79277927

79287928
<li><p><a lt="change an attribute">Change</a> <var>attribute</var> to <var>verifiedValue</var>.

0 commit comments

Comments
 (0)