- From: <bugzilla@jessica.w3.org>
- Date: Sat, 08 Oct 2011 05:36:28 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10830
--- Comment #57 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2011-10-08 05:36:18 UTC ---
(In reply to comment #53)
> (In reply to comment #51)
>> (4) The yomoyomo.jp site adds ruby on the fly too via javascript, using<rb>:
>> Example: http://yomoyomo.jp/content.php?yyparam=00500101&t=
>
>This page doesn't seem to benefit from the <rb>. If anything, it makes it
> more complex.
Thought that page may not examplify it, a use case for <ruby> is this one:
<section lang="native" >Bla bla bla
<ruby>
<rb lang="foreign">bar</rb>
<rt>bar</rt>
</ruby></section>
Without <rb> (or equivalent), one would have to do this:
<section lang="native" >Bla bla bla
<ruby lang="foreign">
bar
<rt lang="native">bar</rt>
</ruby></section>
THus, one must use @lang twice instead of once.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 8 October 2011 05:36:34 UTC