[Webkit-unassigned] [Bug 262789] New: Sync and add missing 'UA' Stylesheet rules for 'fractions' in mathml.css

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 6 09:05:35 PDT 2023


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

            Bug ID: 262789
           Summary: Sync and add missing 'UA' Stylesheet rules for
                    'fractions' in mathml.css
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

I think we cannot add all rules, which are below as per web-spec:

/* Fractions */
mfrac {
  padding-inline-start: 1px;
  padding-inline-end: 1px;
}
mfrac > * {
  math-depth: auto-add;
  math-style: compact;
}
mfrac > :nth-child(2) {
  math-shift: compact;
}

.. We are lacking support for 'math-shift' and 'math-depth'. So I will add whatever I can in this bug.

mfrac {
  padding-inline-start: 1px;
  padding-inline-end: 1px;
}

mfrac > * {
  math-style: compact;
}

_____-

Just raising so I can fix it and progress (if any) WPT test cases.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231006/a132a31f/attachment.htm>


More information about the webkit-unassigned mailing list