- From: Luke Warlow <notifications@github.com>
- Date: Mon, 22 Apr 2024 06:02:24 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 April 2024 13:02:29 UTC
@lukewarlow 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> I don't think replace is used anywhere else so will move the validation step a level down. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1574721763 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2014700870@github.com>
Received on Monday, 22 April 2024 13:02:29 UTC