[Webkit-unassigned] [Bug 124121] New: CSS direction must be reset to ltr on <math> element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 10 01:53:53 PST 2013


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

           Summary: CSS direction must be reset to ltr on <math> element.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: https://developer.mozilla.org/he/docs/Mozilla_MathML_P
                    roject/Start
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fred.wang at free.fr
                CC: bfulgham at webkit.org, cfleizach at apple.com,
                    mrobinson at webkit.org
            Blocks: 123018


Created an attachment (id=216520)
 --> (https://bugs.webkit.org/attachment.cgi?id=216520&action=review)
screeshot

See https://developer.mozilla.org/he/docs/Mozilla_MathML_Project/Start and attachment.

The text is in Hebrew, so the CSS direction is RTL. However, mathematical formulas are written LTR in Hebrew, so the CSS RTL direction must not be inherited. This can be trivially fixed by resetting the direction on the <math> element:

math { direction: ltr; }

-- 
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