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

Thank you for asking.

> What do you mean by "Not include" vs. "Ignore justify" in the row of text-align: justify?

"Not include" mean to ignore trailing spaces and flush the end of non-space character. "Ignore justify" means justification is not applied.

For `min-content`, !wrap (i.e., `pre`) is interoperable, all impls include trailing spaces. When wrap (`pre-wrap`), the desired behavior is not clear to me. We wrap at spaces, and such trailing spaces are not removed, but 3 impls do not include it when computing `min-content`.

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3440#issuecomment-446977290 using your GitHub account

Received on Thursday, 13 December 2018 13:58:21 UTC