mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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:
parent
26b7946123
commit
6d0fcb8f9a
Notes:
github-actions[bot]
2025-02-04 20:08:45 +00:00
Author: https://github.com/AtkinsSJ
Commit: 6d0fcb8f9a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3443
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue