- From: Luke Warlow <notifications@github.com>
- Date: Tue, 16 Jul 2024 06:59:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 July 2024 13:59:30 UTC
@lukewarlow commented on this pull request. > @@ -6457,6 +6457,16 @@ steps: <a for=Attr>value</a>. </ol> +<p>To <dfn>verify attribute value</dfn> +{{TrustedType}} or string <var>value</var> for an <a>attribute</a> <var>attribute</var>, given an +<a for=/>Element</a> <var>element</var>: + +<ol> + <li><p>Return the result of calling + <a abstract-op>get Trusted Types-compliant attribute value</a> for <var>attribute</var>, with + <var>element</var>, <var>value</var>. [[!TRUSTED-TYPES]] They will end up rethrowing the exception which is what's expected. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1679455976 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2180338567@github.com>
Received on Tuesday, 16 July 2024 13:59:30 UTC