Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 655d927313ed37f53d0dafeee104d47acdc7142a
https://github.com/WebKit/WebKit/commit/655d927313ed37f53d0dafeee104d47acdc7142a
Author: Ahmad Saleem <[email protected]>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/mathml/MathMLOperatorDictionary.cpp
Log Message:
-----------
[MathML Core] Operator Dictionary: U+2202 ∂ Prefix should be (3, 0) not (2, 1)
https://bugs.webkit.org/show_bug.cgi?id=314486
rdar://176693587
Reviewed by Frédéric Wang Nélar.
This patch aligns WebKit with Gecko/ Firefox and Blink / Chromium.
Per the MathML Core operator dictionary [1], PARTIAL DIFFERENTIAL (U+2202)
as Prefix is lspace=3, rspace=0 (in 18ths of em). WebKit still ships the
MathML 3 values (2, 1), which is what op-dict-9-notref.html pins as the
"older MathML specification" rendering. As a result
op-dict-8.html fails (our spacing doesn't match MathML Core) and
op-dict-9.html fails (our spacing does match what the mismatch reftest
explicitly rejects).
[1] https://www.w3.org/TR/mathml-core/#operator-dictionary-human
* LayoutTests/TestExpectations: Progressions
* Source/WebCore/mathml/MathMLOperatorDictionary.cpp:
Canonical link: https://commits.webkit.org/312997@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications