- From: Andrea Giammarchi <notifications@github.com>
- Date: Mon, 26 Aug 2024 14:36:41 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 August 2024 21:36:45 UTC
**amend** ... I've said *throw an error* but for fallback sake I would say: if any input, select, etc, is involved in that operation while focused or typed, whatever `insertBefore` does now should e reflected in `moveBefore` too so that it's clear that an actively typed element should never be moved while users are operating on it. throwing an error might be undesired due side-effects cause by slow/lazy asynchronous operations, everything should still work but maybe that page was too greedy to move those elements around during action. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1255#issuecomment-2311142750 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1255/2311142750@github.com>
Received on Monday, 26 August 2024 21:36:45 UTC