ladybird/Userland
Tobias Christiansen da7f0897d1 LibWeb: Implement "text-overflow" property
The "text-overflow" property affects text that may get clipped if it is
larger than its container and does not do any line breaks.
The ellipsis character gets added to the end and the rest of the text
gets trunctated if the property is set to "ellipsis".
This patch implements this behavior in the InlineFormattingContext. :^)

The "text-overflow" property is also added  to the
getComputedStyle-print-all test.
2024-08-03 10:04:38 +01:00
..
Libraries LibWeb: Implement "text-overflow" property 2024-08-03 10:04:38 +01:00
Services LibWeb: Use bitmaps for important/inherited bits in StyleProperties 2024-08-02 20:37:40 +02:00
Utilities LibWasm: Clean up module sections API 2024-08-01 11:44:07 +02:00