From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/mathml/element/merror/index.html | 73 +++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/ja/web/mathml/element/merror/index.html (limited to 'files/ja/web/mathml/element/merror') diff --git a/files/ja/web/mathml/element/merror/index.html b/files/ja/web/mathml/element/merror/index.html new file mode 100644 index 0000000000..39e576b71f --- /dev/null +++ b/files/ja/web/mathml/element/merror/index.html @@ -0,0 +1,73 @@ +--- +title: +slug: Web/MathML/Element/merror +tags: + - MathML + - MathML Reference + - 'MathML:Element' + - 'MathML:General Layout Schemata' +translation_of: Web/MathML/Element/merror +--- +
{{MathMLRef}}
+ +

MathML <merror> 要素は、エラーメッセージとしてコンテンツを表示するために使用されます。Firefox でこのエラーメッセージは、典型的な XML エラーメッセージのようにレンダリングされます。MathML マークアップが間違っているか整形式でない XML のときに、このエラーがスローされないことに注意してください。<merror> とは何の関係もない、(MathML の XHTML 表記の場合に)依然として XML 解析エラーが発生します。

+ +

属性

+ +
+
class, id, style
+
スタイルシートと一緒に用いて提供されます。
+
href
+
指定された URI へのハイパーリンクの設定に使用されます。
+
mathbackground
+
背景色。#rgb#rrggbbおよびHTML色名を使用できます。
+
mathcolor
+
文字色と分数の線の色。#rgb#rrggbbおよびHTML色名を使用できます。
+
+ +

+ +
<math>
+
+<merror>
+  <mrow>
+    <mtext> Division by zero: </mtext>
+    <mfrac>
+      <mn> 1 </mn>
+      <mn> 0 </mn>
+    </mfrac>
+  </mrow>
+</merror>
+
+</math>
+
+ +

仕様

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

ブラウザー互換性

+ + + +

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

-- cgit v1.2.3-54-g00ecf