[Webkit-unassigned] [Bug 155433] New: Reset CSS spacing rules on the <math> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 06:03:29 PDT 2016


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

            Bug ID: 155433
           Summary: Reset CSS spacing rules on the <math> element
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
            Blocks: 151592

I'm moving this away from bug 151592. I'm suggesting to do as in Gecko and prevent spacing rules to be inherited by default:

math {
  line-height: normal;
  word-spacing: normal;
  letter-spacing: normal;
}

Gecko's bug is https://bugzilla.mozilla.org/show_bug.cgi?id=1187673

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160314/41d72280/attachment-0001.html>


More information about the webkit-unassigned mailing list