[wpt-sync] Sync PR 34144 - [mathml] Wrap <mtd> children in an anonymous <mrow>
Categories
(Core :: MathML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34144 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34144
Details from upstream follow.
Frédéric Wang <fwang@igalia.com> wrote:
[mathml] Wrap <mtd> children in an anonymous <mrow>
This CL wraps the children of an \<mtd> cell within an anonymous \<mrow>.
That way, such children are laid out as if they were in an explicit
\<mrow>, in particular avoiding line breaks, performing operator
stretching and adding proper operator spacing [1]. In particular, this
fixes the second use case demonstrated at BlinkOn 16 [2].[1] https://w3c.github.io/mathml-core/#layout-of-mrow
[2] https://people.igalia.com/fwang/2022-blinkon-16-remainder-estimate-for-mathml-integration/?showNotes=true#/20Bug: 6606, 1125111, 1237043
Change-Id: Icd330b523df4548bf7065eed986bd3698514f50b
Reviewed-on: https://chromium-review.googlesource.com/3657309
WPT-Export-Revision: a82cb6630fb6ef425b4cb42ce3a7d1066b4c3ee4
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 25 subtests
Status Summary
Firefox
OK : 5
PASS: 53
FAIL: 4
Chrome
OK : 5
PASS: 53
FAIL: 4
Safari
OK : 5
PASS: 38
FAIL: 19
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /mathml/presentation-markup/mrow/inferred-mrow-stretchy.html [wpt.fyi]
- operator stretching inside Math:
FAIL
- operator stretching inside Math:
- /mathml/presentation-markup/mrow/spacing.html [wpt.fyi]
- operator spacing inside Error:
FAIL
- operator spacing inside Error:
New Tests That Don't Pass
- /mathml/presentation-markup/mrow/inferred-mrow-stretchy.html [wpt.fyi]
- operator stretching inside Math:
FAIL(Chrome:PASS, Safari:PASS) - operator stretching inside Unknown:
FAIL(Chrome:PASS, Safari:FAIL) - operator stretching inside Mtd:
FAIL(Chrome:FAIL, Safari:FAIL)
- operator stretching inside Math:
- /mathml/presentation-markup/mrow/spacing.html [wpt.fyi]
- operator spacing inside Error:
FAIL(Chrome:PASS, Safari:PASS)
- operator spacing inside Error:
https://hg.mozilla.org/mozilla-central/rev/56f1ab19db10
https://hg.mozilla.org/mozilla-central/rev/16ef88dac93a
Description
•