Bug 262776 - Add missing 'math-shift: normal' and 'math-depth: 0' for `math` tag in mathml.css to align with UA Stylesheet
Summary: Add missing 'math-shift: normal' and 'math-depth: 0' for `math` tag in mathml...
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:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-06 04:36 PDT by Ahmad Saleem
Modified: 2023-10-13 04:37 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.
Description Ahmad Saleem 2023-10-06 04:36:45 PDT
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!
Comment 1 Ahmad Saleem 2023-10-06 09:02:51 PDT
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.
Comment 2 Radar WebKit Bug Importer 2023-10-13 04:37:13 PDT
<rdar://problem/116914303>