DomStringContMath

Function DomStringContMath 

Source
pub fn DomStringContMath<V: IntoView + 'static, R: FnOnce() -> V + 'static, F: Fn(&Element) -> Option<R> + 'static + Send + Clone>(
    props: DomStringContMathProps<V, R, F>,
) -> impl IntoView
Expand description

Like DomStringCont, but using <mrow> instead of <span> initially, in case we are in MathML (otherwise, there’s a danger the browser will move the resulting nodes outside of the <math> node!).

§Required Props

§Optional Props