Re: [csswg-drafts] [css-text] Letter spacing is inserted after RTL reordering

@FremyCompany It means that in Koji's example above, if we ignore the `<f>` bits: 
```
<p>ab<span>cא</span>בג</p>
```
Because the span will split into two fragments due to bidi reordering on an infinite line, then even if the last two letters don't fit and the two pieces happen to end up together, they are considered to be of two different fragments, and the space between the two letters will be considered to come from the P (the letters’ nearest common ancestor).

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

Received on Wednesday, 14 March 2018 16:42:57 UTC