- From: Luke Warlow <notifications@github.com>
- Date: Tue, 16 Jul 2024 06:58:10 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 July 2024 13:58:13 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>. I guess potentially if some sub algorithm of change an attribute is assuming that element must exist? Fwiw in practice this doesn't cause issues from what I can see. Not sure what the best fix here would be? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1679453974 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2180335209@github.com>
Received on Tuesday, 16 July 2024 13:58:13 UTC