Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/editing/other
Jelle Raaijmakers d4c2b69c8b LibWeb: Avoid void elements when inserting text
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.
2026-01-13 10:07:56 +01:00
..