Skip to content

Commit

Permalink
LibWeb/SVG: Rename text-space-collapse to white-space-collapse
Browse files Browse the repository at this point in the history
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. :^)
  • Loading branch information
AtkinsSJ committed Feb 3, 2025
1 parent 0f17ad9 commit 20d9b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LibWeb/SVG/Default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 20d9b8c

Please sign in to comment.