Re: [csswg-drafts] [css-text] Clarify whether soft breaks exist at boundaries of an inline element with `word-break:break-all` (#3897)

> I don't like the asymmetric side-effects of definition C (per-character on line-break).

Can using the value from outer or inner, not from before, solve the asymmetry problem? I'm not sure whether outer is better or inner is better.

The "nearest common ancestor" is simple to dfine, I like that part, but implementing it doesn't perform well, and requires optimizations because line breaker is very hot. But too much optimization is the source of non-interoperability. I think making it simpler to implement will help interoperability.

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

Received on Friday, 28 June 2019 18:41:51 UTC