WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
268853
Sync `munder` & `mover` (font-size: inherit) UA stylesheet rule as per MathML Spec
https://bugs.webkit.org/show_bug.cgi?id=268853
Summary
Sync `munder` & `mover` (font-size: inherit) UA stylesheet rule as per MathML...
Ahmad Saleem
Reported
2024-02-06 13:53:50 PST
SSIA As per web-spec:
https://w3c.github.io/mathml-core/#user-agent-stylesheet
We can safely add following: munder[accentunder="true" i] > :nth-child(2), mover[accent="true" i] > :nth-child(2), munderover[accentunder="true" i] > :nth-child(2), munderover[accent="true" i] > :nth-child(3) { font-size: inherit; } ___ It progress three WPT tests without regressing anything, so I am just raising so we can slowly slowly start aligning with MathML Core spec. Thanks!
Attachments
Add attachment
proposed patch, testcase, etc.
EWS
Comment 1
2024-02-07 06:13:04 PST
Committed
274212@main
(775f16a37adc): <
https://commits.webkit.org/274212@main
> Reviewed commits have been landed. Closing PR #23952 and removing active labels.
Radar WebKit Bug Importer
Comment 2
2024-02-07 06:14:23 PST
<
rdar://problem/122465935
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug