Re: [csswg-drafts] [css-ui] text-overflow: ellipsis when a word of different direction was truncated

@kojiishi I agree that multi-line ellipsis would be using the CBA, as it is effectively a matter of fragmentation, and that's what you would get if you were to break the line / fragment.

However, here we're talking about single line ellipsisis, which is a graphical thing that can be uncovered by scrolling, and explicitly does not affect layout.

> If we consider the line doesn't wrap and go beyond the right end, FED is natural. 

Indeed, that's what we consider, since:
1) you need to prevent the line from wrapping to get the effect anyway
2) when you scroll, you should reveal the hidden part

> None of us in the discussion were bidi native.

That's certainly true of me as well, although my understanding is that the spec as it is written did have the input of bidi-native people (and got horizontal review from i18n)

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

Received on Sunday, 24 December 2017 01:28:37 UTC