From 10311fba87e3d2ef7029c10dc72524bcc45ada2d Mon Sep 17 00:00:00 2001 From: Pavel Shliak Date: Mon, 9 Dec 2024 22:08:51 +0400 Subject: [PATCH] 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). --- Libraries/LibWeb/MathML/Default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Libraries/LibWeb/MathML/Default.css b/Libraries/LibWeb/MathML/Default.css index 1104b7fb397..75a654be5a6 100644 --- a/Libraries/LibWeb/MathML/Default.css +++ b/Libraries/LibWeb/MathML/Default.css @@ -71,8 +71,7 @@ mtd { /* Fractions */ mfrac { - padding-inline-start: 1px; - padding-inline-end: 1px; + padding-inline: 1px; } mfrac > * { math-depth: auto-add;