LibWeb/SVG: Rename text-space-collapse to white-space-collapse

This is the current name for this property in CSS-Text-4. We don't
implement it, but at least our "missing property" message can be about
one we haven't implemented instead of one that's redundant. :^)
This commit is contained in:
Sam Atkins 2025-02-03 17:16:49 +00:00 committed by Andreas Kling
commit 6d0fcb8f9a
Notes: github-actions[bot] 2025-02-04 20:08:45 +00:00

View file

@ -11,7 +11,7 @@ svg:not(:root), image, marker, pattern, symbol { overflow: hidden; }
}
*[xml|space=preserve] {
text-space-collapse: preserve-spaces;
white-space-collapse: preserve-spaces;
}
/* FIXME: Allow setting the rest of these to `display: none`.