- From: Luke Warlow <notifications@github.com>
- Date: Tue, 07 May 2024 08:35:18 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 May 2024 15:35:21 UTC
@lukewarlow commented on this pull request. > - <li><p><a>Handle attribute changes</a> for <var>attribute</var> with <var>attribute</var>'s - <a for=Attr>element</a>, <var>oldValue</var>, and <var>value</var>. + <li><p>If <var>attribute</var>'s <a for=Attr>element</a> <a lt="has an attribute">has</a> + an <a>attribute</a> <var>attribute</var>, then <a>handle attribute changes</a> for + <var>attribute</var> with <var>attribute</var>'s <a for=Attr>element</a>, <var>oldValue</var>, and + <var>value</var>. + + <li><p>Otherwise, throw an "{{InvalidStateError!!exception}}" {{DOMException}}. No Trusted Types throws a TypeError by default, not sure what's best to put here. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1592693845 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2043544726@github.com>
Received on Tuesday, 7 May 2024 15:35:21 UTC