- From: Mike Bremford via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Jan 2020 12:16:40 +0000
- To: public-css-archive@w3.org
> I don't like pre-wrap as a default because it can wrap the marker into multiple lines when the content is long. And multiple lines is undefined for outside. At least with pre we can only have multiple lines if the author specifies a line break, and I don't think (many) people will do that. Adding `text-space-collapse: preserve-spaces` as well as `white-space: pre` would prevent long lines from wrapping, and disallow explicit newlines. https://www.w3.org/TR/css-text-4/#white-space-collapsing. -- GitHub Notification of comment by faceless2 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4448#issuecomment-572536227 using your GitHub account
Received on Thursday, 9 January 2020 12:16:41 UTC