On 19/09/2020 06:36, Frédéric Wang wrote:
> This is already possible
> with the MathML's displaystyle attribute but exposing the magic to CSS
> provides more flexibility to users.

As an example, consider the continued fraction of test 6 in

https://mdn.mozillademos.org/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test$samples/MathML_Torture_Test

in order to avoid that it behaves like test 7, a displaystyle="true" is
attached on each <mfrac> element. Using a CSS selector to force
math-style: normal; on all the mfrac descendants would be more convenient.

-- 
Frédéric Wang
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to