Skip to main content

style_for_superscript

Function style_for_superscript 

Source
pub fn style_for_superscript(styles: StyleChain<'_>) -> LazyHash<Style>
Expand description

The style for superscripts in the current style.

This is equivalent (in MathML Core) to the following CSS:

math-style: compact;
math-depth: add(1);