docs.rodeo

MDN Web Docs mirror

{{MathMLRef}} 

The <mspace> MathML element is used to display a blank space, whose size is set by its attributes.

Attributes

This element’s attributes include the global MathML attributes as well as the following attributes:

[!NOTE] For the depth, height, width attributes, some browsers may also accept legacy MathML lengths.

Examples

<math display="block">
  <mn>1</mn>
  <mspace
    depth="40px"
    height="20px"
    width="100px"
    style="background: lightblue" />
  <mn>2</mn>
</math>

{{EmbedLiveSample('Examples')}} 

Technical summary

Implicit ARIA role None

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN