[Webkit-unassigned] [Bug 44206] New: Alignment of block MathML differs between WebKit and Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 15:14:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44206

           Summary: Alignment of block MathML differs between WebKit and
                    Firefox
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://golem.ph.utexas.edu/category/2010/08/thermodyna
                    mics_and_wick_rotati.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: MathML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: randall at wawd.com


In Firefox, blocks of math at that URL are centered.  In WebKit, they're not.  Looks like a user-agent CSS difference; Firefox's mathml.css has:

math[mode="display"], math[display="block"] {
display: block;
text-align:-moz-center;
}

WebKit has:

math[display="block"] {
display: block;
margin-bottom: 1em;
page-break-inside: avoid;
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list