[csswg-drafts] [css-text][css-sizing] When to/not to include preserved trailing spaces (#3440)

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

== [css-text][css-sizing] When to/not to include preserved trailing spaces ==
We found browsers are inconsistent on the topic.

Feature|Blink|Edge|Gecko|WebKit
---|---|---|---|---
`text-align: right / center`|Include|Include|Include|Not include
`text-align: justify`|Not include|Ignore justify|Ignore justify|Not include
`min-content`|If !wrap|If !wrap|Include|If !wrap
`max-content`|Include|Include|Include|Include

Can we define these? Are there more cases we should cover?

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

Received on Thursday, 13 December 2018 05:14:26 UTC