From 24dd76737a0af7e76db007ad7fda086a595e2865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Fri, 22 May 2020 14:19:44 +0200 Subject: [PATCH] Fully describe all side-effects of `math-style` in spec closes https://github.com/mathml-refresh/mathml/issues/173 --- index.html | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 10af061..1c47522 100644 --- a/index.html +++ b/index.html @@ -4777,18 +4777,28 @@

The math-style property

- If the value of math-style is inline, the math - layout on descendants should try to minimize the - logical height. - This includes how - font-size - is changed when its specified value is - scriptlevel(auto) as well - miscelleanous layout rules described in details in - . - If the value of math-style is display, the math - layout should not take such constraints into consideration. + When math-style is inline, + the math layout on descendants try to minimize the + logical height by + applying the following rules:

+

The math-superscript-shift-style property