mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 13:37:10 +09:00
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:
parent
617ad9c3a5
commit
10311fba87
Notes:
github-actions[bot]
2024-12-09 20:07:35 +00:00
Author: https://github.com/shlyakpavel
Commit: 10311fba87
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2852
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ mtd {
|
||||||
|
|
||||||
/* Fractions */
|
/* Fractions */
|
||||||
mfrac {
|
mfrac {
|
||||||
padding-inline-start: 1px;
|
padding-inline: 1px;
|
||||||
padding-inline-end: 1px;
|
|
||||||
}
|
}
|
||||||
mfrac > * {
|
mfrac > * {
|
||||||
math-depth: auto-add;
|
math-depth: auto-add;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue