ladybird/Libraries/LibWeb/Editing
Jelle Raaijmakers 6176b05ca5 LibWeb: Align editing whitespace canonicalization with other browsers
The spec calls for a couple of very specific whitespace padding
techniques whenever we canonicalize whitespace during the execution of
editing commands, but it seems that other browsers have a simpler
strategy - let's adopt theirs!
2025-04-29 15:30:34 +02:00
..
Internal LibWeb: Align editing whitespace canonicalization with other browsers 2025-04-29 15:30:34 +02:00
CommandNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
CommandNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Commands.cpp LibWeb: Fire input events in .execCommand() 2025-01-24 23:53:26 +01:00
Commands.h LibWeb: Fire input events in .execCommand() 2025-01-24 23:53:26 +01:00
ExecCommand.cpp LibWeb: Treat execCommand command names as case insensitive 2025-02-08 07:30:27 -05:00