[csswg-drafts] [css-text-3] Define break at space to remove a space explicitly (#4308)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-text-3] Define break at space to remove a space explicitly ==
We currently assume that the rules about trimming white space at the end of a line takes care of disappearing a space at which we break the text.

However, this isn't quite the case when there's bidi, see https://github.com/web-platform-tests/wpt/issues/5461

We should define that for collapsible spaces, if the line-break opportunity taken is provided by that space, it is removed.

This is what makes sense (otherwise you'd end up with double spaces frequently in bidirectional text), and is also what seems to have been implemented.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4308 using your GitHub account

Received on Sunday, 15 September 2019 13:31:41 UTC