1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Tests/LibWeb/Text
Jelle Raaijmakers a1467c22d3 LibWeb: Add new whitespace-preserving editing command
Major browsers seem to preserve `white-space: pre/pre-wrap` styles in a
`<div>` when deleting the current selection through an editing command.
The idiomatic way to support this is to have a command with a "relevant
CSS property" to make sure the value is recorded and restored where
appropriate, however, no such command exists.

Create a custom command (internal to Ladybird) that implements this
behavior.
2025-05-17 00:29:19 +02:00
..
data LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
expected LibWeb: Add new whitespace-preserving editing command 2025-05-17 00:29:19 +02:00
input LibWeb: Add new whitespace-preserving editing command 2025-05-17 00:29:19 +02:00