Bug 202302
Summary: | Implement the mathvariant attribute using CSS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | emilio, rwlbuis |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 195797, 276413 |
Frédéric Wang (:fredw)
See
https://mathml-refresh.github.io/mathml-core/#the-mathvariant-attribute
https://lists.webkit.org/pipermail/webkit-dev/2019-September/030769.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
MathML Core used to introduced CSS text-transform values for each MathML 3 mathvariant attribute values (fraktur, script, etc).
Now it's only doing that for the automatic italic on single-char <mi>.
It might still be possible to implement internal CSS properties for the legacy MathML3 mathvariant values though, per discussion on 2019 thread.