- From: Luke Warlow <notifications@github.com>
- Date: Thu, 30 Oct 2025 06:05:07 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 October 2025 13:05:11 UTC
@lukewarlow commented on this pull request. > + <li> + <p>Otherwise: + + <ol> + <li><p>Let <var>element</var> be <var>attribute</var>'s <a for=Attr>element</a>. + + <li><p>Let <var>verifiedValue</var> be the result of calling + <a>get trusted type compliant attribute value</a> with <var>attribute</var>'s + <a for=Attr>local name</a>, <var>attribute</var>'s <a for=Attr>namespace</a>, + <var>element</var>, and <var>value</var>. [[!TRUSTED-TYPES]] + + <li><p>If <var>attribute</var>'s <a for=Attr>element</a> is null, then set <var>attribute</var>'s + <a for=Attr>value</a> to <var>verifiedValue</var>, and return. + + <li><p>If <var>attribute</var>'s <a for=Attr>element</a> is not <var>element</var>, then + return. I've gone ahead and removed that early return. After our discussions. https://github.com/web-platform-tests/wpt/pull/55762 - test updated here. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r2478021269 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/3399503560@github.com>
Received on Thursday, 30 October 2025 13:05:11 UTC