Re: [csswg-drafts] [css-lists] How should spaces be treated in markers? (#4448)

> 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