[Webkit-unassigned] [Bug 248220] New: [css-text] word-spacing does not allow calculated values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 06:10:01 PST 2022


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

            Bug ID: 248220
           Summary: [css-text] word-spacing does not allow calculated
                    values
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

While we support both fixed and percentage values for word-spacing, we do not support calculated values. The custom BuilderConverter::convertWordSpacing() does not account for calculated values and RenderStyle::setWordSpacing() computes a canned value when dealing with a calculated length. While we added support for blending between percentage and fixed values in bug 248218, this still causes failures in three animation tests where the keyframes use calc()` values:

web-animations/animation-model/animation-types/accumulation-per-property-002.html
web-animations/animation-model/animation-types/addition-per-property-002.html
web-animations/animation-model/animation-types/interpolation-per-property-002.html

-- 
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/20221122/8b65bb51/attachment.htm>


More information about the webkit-unassigned mailing list