Details
Details
- Reviewers
- None
- Bugzilla Bug ID
- 1958853
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Branch
- default
| Time | Test | |
|---|---|---|
| 0 ms | code-review::mercurial WARNING: The base revision of your patch is not available in the current repository.
Your patch has been rebased on central (revision None): issues may be positioned at the wrong lines. |
Event Timeline
| layout/base/nsCSSFrameConstructor.cpp | ||
|---|---|---|
| 4665 | This function is currently falling back to display property when nsCSSFrameConstructor::FindMathMLData returns nullptr: https://searchfox.org/mozilla-central/source/layout/base/nsCSSFrameConstructor.cpp#51327 Probably for all known MathML elements in https://w3c.github.io/mathml-core/#mathml-elements-and-attributes that are not listed in sMathMLData yet, we should continue to return nullptr to keep the same behavior. That includes mtable/mtd/mtr at least. | |