mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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:
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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user