Bug 209595 - Add support for font-family: math
Summary: Add support for font-family: math
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://wpt.live/mathml/relations/css-...
Keywords: WPTImpact
Depends on:
Blocks: mathml-core
  Show dependency treegraph
 
Reported: 2020-03-26 06:34 PDT by Frédéric Wang (:fredw)
Modified: 2023-10-04 18:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Ahmad Saleem 2023-10-04 18:01:32 PDT
By updating mathml.css, we do start passing following test case:

math {
    font-family: math;
}

https://github.com/WebKit/WebKit/blob/d265fb0d526aa8120a208bf62dc5a1e160400cc7/Source/WebCore/css/mathml.css#L72

>>> http://wpt.live/mathml/relations/css-styling/default-font-family.html

Although I don't know whether we have more to do here or not but still just wanted to flag.