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: MathMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 99620    
Bug Blocks:    

Description Frédéric Wang (:fredw) 2013-07-18 03:38:07 PDT
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.
Comment 1 Frédéric Wang (:fredw) 2014-02-21 15:12:19 PST
This will be fixed by bug 115787.

*** This bug has been marked as a duplicate of bug 115787 ***