- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 25 Jan 2024 06:53:39 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 January 2024 14:53:45 UTC
@annevk commented on this pull request. > + <var>namespace</var>, <a for=Attr>namespace prefix</a> is <var>prefix</var>, + <a for=Attr>local name</a> is <var>localName</var> and + <a for=Node>node document</a> is <var>element</var>'s <a for=Node>node document</a>. + + <li><p>Set <a>attribute</a>'s <var>value</var> to the result of calling <a>Get Trusted Types-compliant attribute + value</a> for <var>attribute</var>, with <var>element</var> and + <var>value</var>. [[!TRUSTED-TYPES]] + + <li><p><a for=list>Append</a> <var>attribute</var> to <var>element</var>'s + <a for=Element>attribute list</a>. + + <li><p>Set <var>attribute</var>'s <a for=Attr>element</a> to <var>element</var>. + + <li><p><a>Handle attribute changes</a> for <var>attribute</var> with <var>element</var>, null, and + <var>attribute</var>'s <a for=Attr>value</a>. + <li><p>Return. https://github.com/whatwg/dom/pull/1247#discussion_r1466326599 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1247#discussion_r1466493065 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1247/review/1843932703@github.com>
Received on Thursday, 25 January 2024 14:53:45 UTC