IE10 fails to display vertical writing with ruby
-
Sunday, September 09, 2012 4:42 AM
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/ ]
- Edited by biac Sunday, September 09, 2012 4:46 AM
All Replies
-
Sunday, September 09, 2012 8:56 PM
Hi,
Post bug reports/feature requests for Ie10 to
http://connect.microsoft.com/ie
to save duplication of effort include a link to this thread. Include links to a publicly accessible web page for the IE triage to investigate, ensuring that your markup is validated... see http://blogs.msdn.com/b/ieinternals/archive/2011/04/22/developer-tools-console-warning-sec7113-when-css-is-not-applied-due-to-bad-content_2D00_type-header.aspx
http://blogs.msdn.com/b/ieinternals/archive/2011/07/18/optimal-html-head-ordering-to-avoid-parser-restarts-redownloads-and-improve-performance.aspx
these are public forums... we do not work for nor represent MS... All feedback MUST go through connect to reach the IE Team.
as a workaround you can add the IE9 x-ua meta or response header to force IE9 rendering.
Post questions about html, css and scripting for website developers to the IE Web Development forum.... this one's more for system administrators managing corporate networks and using gpedit.
Rob^_^
- Proposed As Answer by doctoroftypeMVP Sunday, September 09, 2012 8:58 PM
- Marked As Answer by biac Monday, September 10, 2012 4:35 AM
-
Monday, September 10, 2012 4:35 AM
IECUSTOMIZER, thanks for your advice.
I reported to the connect, according to your advice.
I write what I understood in order to be helpful to other persons to below.
- This issue occurred in IE9.
- "writing-mode: tb-rl;" has no effects to unknown elements.
- It seems that IE9/10 are not supporting "rb" element. (It differs from explanation of the official document "[MS-RUBY].pdf".)(IE10, Std mode)
(IE10, IE8 std mode)
biac [ http://bluewatersoft.cocolog-nifty.com/ ]

