Re: Ruby in HTML5

MURAKAMI Shinyu <murakami@antenna.co.jp> wrote on 2010/03/10 22:06:30
> I think it's possible because HTML5 doesn't prohibit nesting ruby.
> 
>   <ruby class="after">
>     <ruby>東<rt>とう</rt>南<rt>なん</rt></ruby>
>     <rt>たつみ</rt>
>   </ruby>
> 
> with stylesheet:
>   ruby       { ruby-position: before }
>   ruby.after { ruby-position: after }
> 
> This seems simpler than the XHTML complex markup.

Now I found similar discussion on the Bugzilla@Mozilla:
Bug 256274 - Implement CSS ruby module
https://bugzilla.mozilla.org/show_bug.cgi?id=256274

-- 
村上 真雄 (MURAKAMI Shinyu)
http://twitter.com/MurakamiShinyu
Antenna House Formatter:
http://www.antenna.co.jp/AHF/
http://www.antennahouse.com

Received on Wednesday, 10 March 2010 15:49:02 UTC