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);pub fn style_for_superscript(styles: StyleChain<'_>) -> LazyHash<Style>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);