imscJS
imscJS copied to clipboard
xml:space preserve breaks rubyAlign
The attached file rubyAlign004_bug.ttml.zip modified from the IMSC tst suite shows that when xml:space="preserve" is used, it breaks the effect of rubyAlign in a weird way. The 2 lines should be identical.

@cconcolato It looks like there is a weird interaction between preserving spaces and ruby-align: space-around in CSS:
https://codepen.io/palemieux/pen/OJXeZdY
Separately, it looks like CSS ruby-align is set incorrectly
The 2 lines render the same in Chrome. Firefox and Safari shows a difference. I don't know which one is right.