- From: Luke Warlow <notifications@github.com>
- Date: Thu, 30 Oct 2025 06:06:41 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 October 2025 13:06:45 UTC
@lukewarlow commented on this pull request. > + <li><p>If <var>attribute</var>'s <a for=Attr>element</a> is null, then set <var>attribute</var>'s + <a for=Attr>value</a> to <var>verifiedValue</var>, and return. + + <li><p>If <var>attribute</var>'s <a for=Attr>element</a> is not <var>originalElement</var>, then + return. Regarding throwing we've actually decided to remove the early return here. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r2478026739 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/3399510834@github.com>
Received on Thursday, 30 October 2025 13:06:45 UTC