Bug 118843
Summary: | mfenced element and its expanded form do not use the same spacing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 99620 | ||
Bug Blocks: |
Frédéric Wang (:fredw)
mfenced should be equivalent to its expanded form
<mrow>
<mo fence="true"> opening-fence </mo>
<mrow>
arg#1
<mo separator="true"> sep#1 </mo>
...
<mo separator="true"> sep#(n-1) </mo>
arg#n
</mrow>
<mo fence="true"> closing-fence </mo>
</mrow>
However, the spacing for mfenced is
- .1em before and after the fences
- 0em/.25em before/after the separators
while the spacing for mo is
- .1em before and after the operator when it is the first or last child of an mrow
- .2em otherwise.
Bug 115787 should solve that issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
This will be fixed by bug 115787.
*** This bug has been marked as a duplicate of bug 115787 ***