<menclose>

非標準: この機能は標準ではなく、標準化の予定もありません。公開されているウェブサイトには使用しないでください。ユーザーによっては使用できないことがあります。実装ごとに大きな差があることもあり、将来は振る舞いが変わるかもしれません。

<menclose>MathML の要素で、 notation 属性で指定された記法を囲むように内容を表示します。

属性

この要素の属性には、グローバル MathML 属性があります。

notation 非標準

子要素に適用する表記を空白で区切ったリストです。記号はそれぞれ、あたかも他の記号が存在しないかのように描画されるため、重なる可能性があります。指定可能な値は以下の通りです。

サンプルレンダリング このブラウザーでのレンダリング 説明
longdiv (既定値) longdiv a2 + b2 長い部分の記号
actuarial actuarial a2 + b2 アクチュアリー記法
box box a2 + b2 ボックス
roundedbox roundedbox a2 + b2 角丸ボックス
circle circle a2 + b2 楕円
left left a2 + b2 コンテンツの左側線
right right a2 + b2 コンテンツの右側線
top top a2 + b2 コンテンツの上線
bottom bottom a2 + b2 コンテンツの下線
updiagonalstrike updiagonalstrike a2 + b2 コンテンツ上の左下から右上に向けた取り消し線
downdiagonalstrike downdiagonalstrike a2 + b2 コンテンツ上の左上から右下に向けた取り消し線
verticalstrike verticalstrike a2 + b2 コンテンツ上の垂直取り消し線
horizontalstrike horizontalstrike a2 + b2 コンテンツ上の水平取り消し線
madruwb madruwb a2 + b2 アラビアの階乗記号
updiagonalarrow Arrow pointing up and to the right. a2 + b2 斜め矢印
phasorangle Screenshot of the phasorangle notation a2 + b2 フェザー角

html
<math display="block">
  <menclose notation="circle box">
    <mi>x</mi>
    <mo>+</mo>
    <mi>y</mi>
  </menclose>
</math>

仕様書

` 要素はブラウザー向けの仕様書では定義されていませんが、 MathML 4 に記述があります。

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
menclose
Non-standard
notation
Non-standard
notation="actuarial"
Non-standard
notation="bottom"
Non-standard
notation="box"
Non-standard
notation="circle"
Non-standard
notation="downdiagonalstrike"
Non-standard
notation="horizontalstrike"
Non-standard
notation="left"
Non-standard
notation="longdiv"
Non-standard
notation="madruwb"
Non-standard
notation="phasorangle"
Non-standard
notation="right"
Non-standard
notation="roundedbox"
Non-standard
notation="top"
Non-standard
notation="updiagonalarrow"
Non-standard
notation="updiagonalstrike"
Non-standard
notation="verticalstrike"
Non-standard

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
Non-standard. Check cross-browser support before using.