MathML <maction> tag
The built-in HTML5 MathML <maction>
tag serves the purpose of displaying the binding action of an expression. It allows you to apply various selection attributes to this element.
Attributes: The <maction>
tag accepts the following attributes:
- actiontype: This attribute offers three different types of actions: statusline, toggle, and tooltip, each behaving differently.
- class|id|style: This attribute is used to define the styles for the child elements.
- href: This attribute holds a hyperlink to a specified URL
- mathbackground: This attribute determines the background color of the math expressions..
- mathcolor: This attribute specifies the color of the math expressions.
- selection: The default value of this attribute is 1, representing the first child element. It indicates the selection of the child elements.