[Webkit-unassigned] [Bug 236199] New: [css-logical] changing the writing-mode via a CSS variable does not update the physical properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 6 06:23:22 PST 2022


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

            Bug ID: 236199
           Summary: [css-logical] changing the writing-mode via a CSS
                    variable does not update the physical properties
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org

Created attachment 451039

  --> https://bugs.webkit.org/attachment.cgi?id=451039&action=review

Test

The attached test checks that changing the writing-mode via a CSS variable correctly updates the physical properties when using a logical property to set their value. Alas, we fail to do that correctly. This costs us a unique failure in the WPT test css/css-logical/animation-004.html since we fail to update CSS transitions as values in the before and after computed styles are the same (once the fix for bug 236197 is applied).

Not using a CSS variable makes everything work as expected.

-- 
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/20220206/10014061/attachment-0001.htm>


More information about the webkit-unassigned mailing list