--- title: slug: Web/MathML/Element/mi translation_of: Web/MathML/Element/mi ---
{{MathMLRef}}

MathML の <mi> 要素は、関数名や変数、記号定数(訳注:数値リテラルでなく文字で表された定数)などの識別子としてレンダリングされるべきコンテンツを表します。項をマークアップするために任意のテキストを入れることもできます。

属性

class, id, style
スタイルシートと一緒に用いて提供されます。
dir
数式全体の書字方向。値として ltr (左から右へ)と rtl (右から左へ) が指定可能です。
href
指定された URI へのハイパーリンクの設定に使用されます。
mathbackground
背景色。#rgb#rrggbbおよびHTML色名を使用できます。
mathcolor
文字色。#rgb#rrggbbおよびHTML色名を使用できます。
mathsize
The size of the content. Possible values are:
  • small: Font is rendered smaller than the current font size.
  • normal: Equivalent to 100% or 1em.
  • big: Font is rendered larger than the current font size.
  • a custom length.
  • or a unitless value which multiplies the default.
mathvariant
This logical class of the identifier, which varies in typography. That is, although the names suggest the typographic style for the class, semantically, items with the same class are treated "the same" within an expression, which might or might not involve displaying them with the named typography. The following values are allowed:
  • normal (Default value for more than one character) ; Example
  • bold ; Example
  • italic (Default value for a single character) ; Example
  • bold-italic ; Example
  • double-struck ; Example
  • bold-fraktur ; Example
  • script ; Example
  • bold-script ; Example
  • fraktur ; Example
  • sans-serif ; Example
  • bold-sans-serif ; Example
  • sans-serif-italic ; Example
  • sans-serif-bold-italic ; Example
  • monospace ; Example
  • initial ; مثال
  • tailed ; مثال
  • looped ; مثال
  • stretched ; مثال

<math>

  <mi> y </mi>

  <mi> sin </mi>

  <mi mathvariant="monospace"> x </mi>

  <mi mathvariant="bold"> &pi; </mi>

</math>

仕様

仕様 状態 コメント
{{ SpecName('MathML3', 'chapter3.html#presm.mi', 'mi') }} {{ Spec2('MathML3') }} 現在の仕様
{{ SpecName('MathML2', 'chapter3.html#presm.mi', 'mi') }} {{ Spec2('MathML2') }} 初期の仕様

ブラウザー互換性

{{Compat("mathml.elements.mi")}}

Gecko 固有の注記