タグ

<i>に関するethertankのブックマーク (1)

  • Using b and i tags

    Question Should I use <b> and <i> elements? The HTML5 specification redefines b and i elements to have some semantic function, rather than being purely presentational. However, the simple fact that the tag names are 'b' for bold and 'i' for italic means that people are likely to continue using them as a quick presentational fix. This article explains why that can be problematic for localization (a

    ethertank
    ethertank 2010/07/13
    HTML5で複数の意味を与えられた<i>を乱用すると翻訳者が困るから、<i class="foreignphrase" lang="fr">Je t’aime.</i>とか書くといいよー、みたいな。
  • 1