ladybird/Tests/LibWeb/Ref/input/wpt-import/css/css-text
Tim Ledbetter 483ea12914 LibWeb: Reinitialize TextNode chunk state after collapsing whitespace
When collapsible whitespace is skipped without committing a prior
chunk, the loop would fall through and continue with font information
derived from the last whitespace code point rather than the next
non-whitespace character. Restart the function via recursion so that
these values are reinitialized from the correct code point.
2026-03-09 15:34:34 +01:00
..
text-indent
white-space LibWeb: Reinitialize TextNode chunk state after collapsing whitespace 2026-03-09 15:34:34 +01:00
word-break LibWeb: Implement word-break functionality using UAX#14 line breaking 2026-02-14 16:23:18 -05:00