- From: Luke Warlow <notifications@github.com>
- Date: Thu, 20 Feb 2025 07:36:26 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 February 2025 15:36:30 UTC
@lukewarlow commented on this pull request. > @@ -7382,7 +7437,13 @@ string <var>value</var>, run these steps: <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>value</var>. - <li><p>Otherwise, <a lt="change an attribute">change</a> <var>attribute</var> to <var>value</var>. + <li><p>Otherwise: + <ol> + <li><p>Let <var>verifiedValue</var> be the result of calling <a>verify attribute value</a> + <var>value</var> for <var>attribute</var>, with <a>this</a>. + + <li><p><a lt="change an attribute">Change</a> <var>attribute</var> to <var>verifiedValue</var>. Having discussed this with Fred we've got an idea on what to do here. The spec will say that if the element is changed by the TT callback that we early return (perhaps throw in which case we need to decide an exception). -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1963814642 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2630292348@github.com>
Received on Thursday, 20 February 2025 15:36:30 UTC