HTML 5 is introducing a new element: <ruby>; here's the W3C's description:

The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of text presented alongside base text, primarily used in East Asian typography as a guide for pronunciation or to include other annotations. In Japanese, this form of typography is also known as furigana.

They then go on to give a few examples of Ruby annotations in use for Chinese and Japanese text. I'm wondering though: is this element going to be useful only for east-asian HTML documents, or are there good semantic applications for the <ruby> element in other western languages like English, German, Spanish, etc.?

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

As a linguist, I can see the benefits in using <ruby> for marking up linguistic examples with various theoretical notational conventions. One example that comes to mind is indicating tonal levels in autosegmental phonology. Here's a quick example I threw together that can be seen in the latest Webkit/Chromium (at least):

http://miketaylr.com/code/western_ruby.html

Currently, this type of notation is left for LaTex and friends, and if on the web, generally a non-accessible image.

link|improve this answer
I should note that the example is from Kikuyu/Gikuyu,which is in the Bantu family--not exactly "Western", but there are plenty of Western languages with tonal systems so it's not entirely irrelevant. – miketaylr Dec 1 '09 at 3:09
That's a good point. It's obviously not going to illustrate many-to-one associations with line drawing like the autosegmental tier notation that you use in your paper, but as an ad-hoc style of indicating the tone of each syllable it could be useful. – Nate C-K Dec 1 '09 at 3:55
+1 and accepted due to the awesome explanation & example, thanks :) – JasonWyatt Dec 1 '09 at 4:51
@Nate Yes, Tone seems like a better example. Cheers. – miketaylr Dec 1 '09 at 16:50
feedback

                                                                                                                      id-ee-oh-SINK-ruh-sees
Could be useful for people learning English, as our writing system has many idiosyncrasies that make it somewhat less than phonetic.

link|improve this answer
Nice illustration! – Nate C-K Dec 1 '09 at 3:56
feedback

As I understand it, ruby annotations are not really relevant in Western languages because Western alphabets are (more or less) phonetic. In Japanese they are used to give a pronunciation guide for logographic characters which don't have obvious pronunciations (unless you've memorized them). I suppose the Western analog would be IPA notation in brackets following a word, but those are rarely used and I don't know if Ruby annotations would be appropriate for them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.