[Webkit-unassigned] [Bug 250012] baseline-shift property does not allow inheritance of numerical values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 9 16:36:52 PDT 2023


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|SVG                         |CSS
                 CC|                            |karlcow at apple.com,
                   |                            |ntim at apple.com

--- Comment #4 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
We kind of already have this:

https://searchfox.org/wubkat/source/Source/WebCore/style/StyleBuilderCustom.h#1141

and did:

auto baselineShift = svgParentStyle.baselineShift();

if (baselineShift == BaselineShift::Length)
        svgStyle.setBaselineShiftValue(forwardInheritedValue(svgParentStyle.baselineShiftValue()));

_____

and it does not progress this testcase but when I look into WPT for 'baseline-shift' coverage, we are doing better than Blink.

https://wpt.fyi/results/?label=master&label=experimental&aligned=&q=baseline-shift

Now back to investigation board. :-)

_____

@Karl & @Tim - any input would be welcome. :-)

-- 
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/20230609/263f1602/attachment.htm>


More information about the webkit-unassigned mailing list