Bug 278533

Summary: Implement `display: math`
Product: WebKit Reporter: Harry Chen <harpsichen>
Component: MathMLAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, fred.wang, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 195797, 279978    

Harry Chen
Reported 2024-08-22 12:03:18 PDT
From the spec: https://w3c.github.io/mathml-core/#new-display-math-value Currently, WebKit fails these associated WPT tests: https://wpt.fyi/results/css/css-display/display-math-on-non-mathml-elements.html?label=master&label=experimental&aligned&q=mathml I don't believe there's currently a bug for this, and a lot of places in the spec also rely on the computed display property being equal to `block math` or `inline math` -- e.g. here with mtext (https://w3c.github.io/mathml-core/#layout-of-mtext): > If the element does not have its computed display property equal to block math or inline math then it is laid out according to the CSS specification where the corresponding value is described.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-29 12:04:13 PDT
Note You need to log in before you can comment on or make changes to this bug.