Closed
Bug 1890531
Opened 2 years ago
Closed 2 years ago
Remove automatic adjustment for "centered operators"
Categories
(Core :: MathML, enhancement)
Core
MathML
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: fredw, Assigned: fredw)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
See https://searchfox.org/mozilla-central/source/layout/mathml/nsMathMLmoFrame.cpp#148
This seems to be an old hack for non-math fonts, so let's try and remove it.
Assignee | ||
Comment 1•2 years ago
|
||
This is a work around for fonts that are not math-aware, making sure
that some basic binary operators (+, =, <, etc) are vertically centered
on the math axis. This is not defined in MathML Core and MathML
rendering with non-math fonts is likely to be bad anyway, so let's
try and remove this by placing support under a disabled-by-default
runtime flag.
Updated•2 years ago
|
Attachment #9395767 -
Attachment description: WIP: Bug 1890531 - Remove automatic adjustment for "centered operators". r=emilio → Bug 1890531 - Remove automatic adjustment for "centered operators". r=emilio
Assignee | ||
Updated•2 years ago
|
Keywords: dev-doc-needed
Pushed by fwang@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/9a6da69b8383
Remove automatic adjustment for "centered operators". r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/45645 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Upstream PR merged by moz-wptsync-bot
Updated•1 year ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 6•1 year ago
|
||
It’s mentioned in the 126 release notes: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/126#mathml
You need to log in
before you can comment on or make changes to this bug.
Description
•