18/11/23, thirteenth day in a row
Today I had a kendo competition. I have not seriously practiced for close to 2 years. The result was, as I joked on twitter, not "
rubyruby is used for adding annotations (pronunciation/meaning) to Asian characters.rt is the ruby text, the contents of the annotation.rp is the fallback parenthesis, to display the annotation in browsers that don't support ruby.rb is the ruby base, the text that is being annotated.rtc is the ruby text container, the semantic annotation of the rb contents.rbc does not seem to be defined in the whatwg (neither is rtc) or the W3C specification (where rtc is).<ruby xml:lang="ja-jp">
<rbc>
<rb>不</rb><rp> (</rp><rt>ふ</rt><rp>) </rp>
<rb>動</rb><rp> (</rp><rt>どう</rt><rp>) </rp>
<rb>心</rb><rp> (</rp><rt>しん</rt><rp>) </rp>
</rbc>
<rtc xml:lang="en">
<rp> (</rp><rt>immovable mind</rt><rp>) </rp>
</rtc>
</ruby>Chromium:





