- From: Koji Ishii via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Feb 2019 07:40:35 +0000
- To: public-css-archive@w3.org
So, IIUC: * `line-break: anywhere` changes nothing about breaking before/after spaces. * `white-space: break-space` disallows hanging spaces, and adds break opportunities after every spaces, including between spaces. * `white-space: break-space` when used with `line-break: anywhere` adds break opportunities before spaces too. Is this correct? If so, it'd be very helpful if the spec has these conditions more straight. -- GitHub Notification of comment by kojiishi Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3561#issuecomment-460928422 using your GitHub account
Received on Wednesday, 6 February 2019 07:40:36 UTC