Some Bold (and Italic) Thoughts on HTML 5
Internationalization Activity leader Richard Ishida comments on the
HTML 5 draft, The formerly deprecated b
and i
elements of HTML are defined in terms of their appearance: for example, the name of a ship can be bracketed with <i>…</i>
, because ship names are italicized. The problem is, of course, that this applies to English, but not to Japanese, for example. Should these tags be suppressed in favour of something ‘more semantic’ (whatever that means)?
Read more