Bug 299719
| Summary: | Align mathml.css UA stylesheet with MathML Core | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eri <eri> |
| Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eri
The stylesheet for MathML doesn't match the ordering and style of the one defined in the spec: https://w3c.github.io/mathml-core/#user-agent-stylesheet. While we don't still implement everything in a way where we can just copy the one laid out there exactly, we can make it match more closely the structure defined in the spec.
See https://searchfox.org/wubkat/source/Source/WebCore/css/mathml.css.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eri
Pull request: https://github.com/WebKit/WebKit/pull/51489