Now let’s discuss a brand-new tag in HTML5 that allows developers to provide ruby annotations, which allow you to provide small text helpers for your HTML5 users to help them understand your primary content. Oftentimes this is translation assistance for foreign languages or technical jargon.
In this chapter, you look at three powerful tags in HTML5 that allow you to implement ruby annotations content seamlessly for HTML5 content. These include the ruby annotation <ruby> tag, the ruby parenthesis <rp> tag, the ruby text <rt> tag, the ruby base <rb> tag and the ...