Re: [whatwg/dom] Trusted types attributes (PR #1268)

@smaug---- commented on this pull request.



> @@ -6519,6 +6529,11 @@ string <var>namespace</var> (default null):</p>
 
  <li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>.
 
+ <li><p>Let <var>verifiedValue</var> be the result of calling <a>verify attribute value</a>
+ <var>attr</var>'s <a for=Attr>value</a> for <var>attr</var>, with <var>element</var>.
+
+ <li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
+

The callback may have added the new attr to be in some other element's attribute list

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1268#discussion_r1938014330
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1268/review/2587931499@github.com>

Received on Friday, 31 January 2025 21:44:22 UTC