- From: Daniel Vogelheim <notifications@github.com>
- Date: Mon, 15 Apr 2024 10:09:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 April 2024 17:09:59 UTC
@otherdaniel commented on this pull request. > @@ -6484,8 +6514,19 @@ string <var>namespace</var> (default null):</p> <li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>. - <li><p>If <var>oldAttr</var> is non-null, then <a lt="replace an attribute">replace</a> - <var>oldAttr</var> with <var>attr</var>. + <li> + <p>If <var>oldAttr</var> is non-null, then:</p> Would this condition result in the TT-check being skipped if the old attribute didn't exist? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#pullrequestreview-2001739002 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2001739002@github.com>
Received on Monday, 15 April 2024 17:09:59 UTC