Bug 278533
Summary: | Implement `display: math` | ||
---|---|---|---|
Product: | WebKit | Reporter: | Harry Chen <harpsichen> |
Component: | MathML | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/134955628>