dotless j subscript inherited from <mover>
Categories
(Core :: MathML, defect)
Tracking
()
People
(Reporter: 15063662, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
(See attachment)
Set font-family to 'Latin Modern Math'
Put i or j in subscript in the base of <mover> with the attribute [accent="true"]
Actual results:
i or j becomes dotless
But works fine when set font-family to 'Cambria Math'
Expected results:
i or j shouldn't become dotless, because they are in the subscript
Comment 2•3 years ago
|
||
I guess this is https://docs.microsoft.com/en-us/typography/opentype/spec/features_ae#dtls but not sure why this effect applies to the subscript.
I guess this is https://searchfox.org/mozilla-central/rev/6d7704caae2a61b0101bdb67481a80af20376663/layout/mathml/nsMathMLmunderoverFrame.cpp#337 where dotless forms propogate to subtree?
Comment 4•2 years ago
|
||
Yes, this is
but not (yet) specified in MathML Core: https://github.com/w3c/mathml-core/issues/68
Description
•