blob: 9f8ca200ff9e19072d0da14d580fb9c837ed007f [file] [edit]
<!doctype html>
<html>
<head>
<title>mfenced</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- The <mfenced> element should be equivalent to its "expanded" form with
<mrow> and <mo> elements, as described in the MathML specification.
Note that the MathML operator dictionary defines "(" and ")" as fences,
so we don't need an explicit "fence" attribute on the <mo> elements.-->
<!-- FIXME: <mfenced> and its expanded form do not use the same spacing,
so -webkit-margin-start and -webkit-margin-end are currently set
explicitly below. See bug 118843. -->
<math>
<mrow>
<mo>(</mo>
<mrow>
<mspace width="48px" height="24px" depth="24px" mathbackground="#0f0"/>
<mo separator="true" style="-webkit-margin-start: 0; -webkit-margin-end: .25em;">,</mo>
<mspace width="48px" height="24px" depth="24px" mathbackground="#0f0"/>
<mo separator="true" style="-webkit-margin-start: 0; -webkit-margin-end: .25em;">,</mo>
<mspace width="48px" height="24px" depth="24px" mathbackground="#0f0"/>
</mrow>
<mo>)</mo>
</mrow>
</math>
</body>
</html>