Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
Specifies the ruby text (annotation) in a ruby annotation, providing pronunciation or other guidance above base text.
The <rt> element specifies the ruby text — the small annotation that appears above (or beside) base text. It must be contained within a <ruby> element.
VB styles <rt> at 0.5em font size with centered alignment, and applies CJK script fonts when inside a CJK language context. The i18n system can control <rt> visibility via data-ruby on <html>.
<ruby> to provide pronunciation guides<ruby> 漢字 <rt>かんじ</rt></ruby>
<ruby> 東京 <rp>(</rp><rt>とうきょう</rt><rp>)</rp></ruby>
<ruby> 漢 <rt>かん</rt> 字 <rt>じ</rt></ruby>
<ruby> 中文 <rt>zhōngwén</rt></ruby>
rt { font-size: 0.5em; line-height: 1; ruby-align: center;} /* CJK script font for ruby text */:lang(ja) rt, :lang(zh) rt, :lang(ko) rt { font-family: var(--font-cjk);}
The i18n system provides data-ruby on <html> to control when <rt> annotations display: show (always), hide (visually hidden but accessible), or auto (CJK languages only). See the ruby element page for details.
data-ruby="hide" is used, <rt> is visually hidden but remains in the DOM for screen readers<ruby> — Parent element for ruby annotations (required)<rp> — Fallback parentheses for non-supporting browsers