LibWeb: Align mfrac Padding with Updated MathML Core Spec

This aligns with the transition from the MathML Core Working Draft
(27 November 2023) to the Editor's Draft (26 November 2024).
This commit is contained in:
Pavel Shliak 2024-12-09 22:08:51 +04:00 committed by Sam Atkins
parent 617ad9c3a5
commit 10311fba87
Notes: github-actions[bot] 2024-12-09 20:07:35 +00:00

View file

@ -71,8 +71,7 @@ mtd {
/* Fractions */
mfrac {
padding-inline-start: 1px;
padding-inline-end: 1px;
padding-inline: 1px;
}
mfrac > * {
math-depth: auto-add;