mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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:
committed by
Andreas Kling
parent
26b7946123
commit
6d0fcb8f9a
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user