- From: Luke Warlow <notifications@github.com>
- Date: Thu, 06 Feb 2025 07:55:51 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 February 2025 15:55:55 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>. cc @fred-wang Have you ran into issues with this in Firefox? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1944977736 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2599108568@github.com>
Received on Thursday, 6 February 2025 15:55:55 UTC