Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<mn>

この翻訳は不完全です。英語から この記事を翻訳 してください。

MathML の <mn> 要素は、通常は可能な区切り記号(ピリオドかカンマ)をもつ数字列である、数値リテラルを表します。しかし、「eleven」のような数量を表す任意のテキストを書くこともできます。

属性

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.
  • bigFont is rendered larger than the current font size.
  • a custom length.
  • or a unitless value which multiplies the default.
mathvariant
This attribute specifies the logical class of the number 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) ; Example
  • bold ; Example
  • italic ; 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> 

  <mn> 0 </mn>

  <mn> 1.337 </mn>

  <mn> twelve </mn>

  <mn> XVI </mn>     

  <mn> 2e10 </mn> 

</math>

仕様

Specification Status Comment
MathML 3.0
mn の定義
勧告 現在の仕様
MathML 2.0
mn の定義
勧告 初期の仕様

ブラウザー互換性

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート 未サポート 1.0 (1.7 or earlier) 未サポート 未サポート 5.1
dir 属性 未サポート 12.0 (12.0) 未サポート 未サポート 未サポート
href 属性 未サポート 7.0 (7.0) 未サポート 未サポート 未サポート
mathsize 属性 未サポート 1.0 (1.7 or earlier) 未サポート 未サポート 5.1
mathvariant 属性 未サポート 28.0 (28.0) 未サポート 未サポート 未サポート
機能 Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本サポート 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
dir 属性 未サポート 未サポート 12.0 (12.0) 未サポート 未サポート 未サポート
href 属性 未サポート 未サポート 7.0 (7.0) 未サポート 未サポート 未サポート
mathsize 属性 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
mathvariant 属性 未サポート 未サポート 28.0 (28.0) 未サポート 未サポート 未サポート

Gecko 固有の注記

  • Starting with Gecko 20.0 (Firefox 20.0 / Thunderbird 20.0 / SeaMonkey 2.17) a unitless value for mathsize is allowed.
  • Some mathvariant values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate math fonts.

ドキュメントのタグと貢献者

 このページの貢献者: momdo, Fajrovulpo
 最終更新者: momdo,