File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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> .
You can’t perform that action at this time.
0 commit comments