IE was able to display vertical writing with ruby for many years, from IE5.5 till IE10DP. (seen in "IE5" section)
CSS: writing-mode: tb-rl;
HTML: <ruby><rb>縦書</rb><rt>たてが</rt></ruby>き
However, sadly it is no longer correctly displayed by IE10RTM. (in "IE5" section)
Q1) Will this problem be fixed?
By the way, IE10RTM newly supports vertical writing with ruby in the HTML5 form. (in "HTML5" section)
CSS: -ms-writing-mode: tb-rl;
HTML: <ruby>縦書<rt>たてが</rt></ruby>き
The center of characters shifts inside the ruby tag from outside.
This look is very ugly.
Q2) Are there any idea for the good appearance as shown in the "expected" section?
biac [ http://bluewatersoft.cocolog-nifty.com/ ]