- From: Luke Warlow <notifications@github.com>
- Date: Thu, 30 Oct 2025 06:05:42 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 October 2025 13:05:46 UTC
@lukewarlow commented on this pull request. > @@ -7115,6 +7117,11 @@ string <var>namespace</var> (default null):</p> <a for=/>attribute</a> <var>attr</var> and an <a for=/>element</a> <var>element</var>: <ol> + <li><p>Let <var>verifiedValue</var> be the result of calling + <a>get trusted type compliant attribute value</a> with <var>attr</var>'s + <a for=Attr>local name</a>, <var>attr</var>'s <a for=Attr>namespace</a>, <var>element</var>, and + <var>attr</var>'s <a for=Attr>value</a>. [[!TRUSTED-TYPES]] + After our discussion I'm going to keep it how it is, tests to ensure Firefox behaviour fails is added here https://github.com/web-platform-tests/wpt/pull/55762 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r2478023327 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/3399506334@github.com>
Received on Thursday, 30 October 2025 13:05:46 UTC