Jelle Raaijmakers
|
8654e2caf4
|
LibWeb: Apply letter-spacing for selection rects and grapheme bounds
Fixes the selection rect on the title text of https://modern-css.com/
being misaligned with the actual characters.
|
2026-02-17 10:51:48 +01:00 |
|
Tim Ledbetter
|
d49a2dcfa1
|
LibWeb: Implement word-break functionality using UAX#14 line breaking
We now use ICU's line break iterator to determine soft wrap
opportunities, enabling correct line breaking for CJK text.
|
2026-02-14 16:23:18 -05:00 |
|
Jelle Raaijmakers
|
14b35887de
|
LibWeb: Expose GraphemeEdgeTracker's find_line_start/find_line_end
|
2026-02-06 14:18:10 +00:00 |
|
Timothy Flynn
|
80412d1ea5
|
LibWeb: Add a FIXME comment about handling wrapping in arrow navigation
|
2025-09-18 07:39:10 -04:00 |
|
Timothy Flynn
|
42a5f66e41
|
LibWeb: Move grapheme edge detection across lines to helper functions
EditingHostManager is going to have exactly the same implementation as
FormAssociatedElement.
|
2025-09-18 07:39:10 -04:00 |
|