Bug 268853
| Summary: | Sync `munder` & `mover` (font-size: inherit) UA stylesheet rule as per MathML Spec | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
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
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
<rdar://problem/122465935>