MathML Test.

User Agent そのものの対応度

対応度テスト

User Agent 自体の対応度については以下の site を参照すること

Mozilla MathML Test

Google Chrome / Microsoft Edge で試すには

chrome://flags または edge://flagsExperimental Web Platform features を有効にする

数式用フォント

Welcome to stixfonts | Scientific and Technical Information Exchange (STIX)

mn, mi, mo, msup

HTML

x2 + y2 = 1

MathML

x 2 + y 2 = 1

mfenced

HTML

A = {1,2,3}, B = {2,3,4} の時 A∪B= {1,2,3,4}, A∩B = {2,3}

MathML

A = 1 2 3 , B = 2 3 4 の時 A B = 1 2 3 4 , A B = 2 3

mrow, mfrac, msqrt

HTML

1 : (1 + √5)/2

Mathml

1 : 1 + 5 2

msub

HTML

eπi = -1 ⟺ loge(-1) = πi

MathML

π = - 1 log ( - 1 ) = π

mroot

HTML

x1/3 = ∛x

MathML

x 1 3 = x 3

Presentation MathML と Content MathML

Presentation MathML

x 2 + y 2 = 1

Content MathML

x 2 y 2 1

<math>
  <apply>
    <eq />
    <apply>
      <plus />
      <apply>
        <power />
        <ci>x</ci>
        <cn>2</cn>
      </apply>
      <apply>
        <power />
        <ci>y</ci>
        <cn>2</cn>
      </apply>
    </apply>
    <cn>1</cn>
  </apply>
</math>

mtable

オイラーの等式から π を求める

π + 1 = 0 π = - 1 π = log - 1 π = log - 1 × -