mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
This seems to be a spec issue for the `insertText` editing command. Other browsers behave as if the cursor is put just before the void element, so we copy that. For inline void elements, we find the first equivalent point which effectively traverses into the preceding inline node.