| Summary: | Add missing 'math-shift: normal' and 'math-depth: 0' for `math` tag in mathml.css to align with UA Stylesheet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
I don't think WebKit has support for 'math-shift' and 'math-depth' so adding them will not do anything. So will leave this to other time. |
SSIA. In our mathml.css, for: math { math-shift: normal; math-depth: 0; } are missing. Just raising, so I can fix it. Web-Spec: https://w3c.github.io/mathml-core/#user-agent-stylesheet Thanks!