- From: Luke Warlow <notifications@github.com>
- Date: Thu, 16 May 2024 08:51:40 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 May 2024 15:51:44 UTC
@lukewarlow commented on this pull request. > @@ -7382,7 +7430,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: This covers attr.nodeValue, attr.value, and attr.textContent. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#pullrequestreview-2061224092 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2061224092@github.com>
Received on Thursday, 16 May 2024 15:51:44 UTC