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.

<mroot>

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

MathML の <mroot> 要素は根指数の付いた累乗根を表示するのに用いられます。引数は二つあり,構文は <mroot> 本体 根指数 </mroot> となります。

属性

class, id, style
Provided for use with stylesheets.
href
Used to set a hyperlink to a specified URI.
mathbackground
The background color. You can use #rgb, #rrggbb and HTML color names.
mathcolor
The text color and also the color of the root symbol itself. You can use #rgb, #rrggbb and HTML color names.

Sample Rendering: x

Rendering in your browser: x 3

<math>

 <mroot>
    <mi>x</mi>
    <mn>3</mn>
 </mroot> 
 
</math>

ブラウザごとの互換性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 9.5 5.1
href 未サポート WebKit bug 85733 7.0 (7.0) 未サポート 未サポート 未サポート WebKit bug 85733
mathbackground 未サポート (24 only) 4.0 (2.0) 未サポート 未サポート 5.1
mathcolor 未サポート (24 only) 4.0 (2.0) 未サポート 未サポート 5.1
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 未サポート 未サポート 1.0 (1.0) 未サポート 未サポート 未サポート
href 未サポート 未サポート 7.0 (7.0) 未サポート 未サポート 未サポート
mathbackground 未サポート 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート
mathcolor 未サポート 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート

仕様

Specification Status Comment
MathML 3.0
The definition of 'mroot' in that specification.
勧告 Current specification
MathML 2.0
The definition of 'mroot' in that specification.
勧告 Initial specification

See also

  • <msqrt> (Square root without an index)

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

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