[Webkit-unassigned] [Bug 218090] New: [css-logical] Fix getComputedStyle for logical properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 10:27:02 PDT 2020


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

            Bug ID: 218090
           Summary: [css-logical] Fix getComputedStyle for logical
                    properties
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

- Fix CSSOM problems like:
    document.documentElement.style.marginLeft = "1px";
    getComputedStyle(document.documentElement).marginLeft; // "1px", good
    document.documentElement.style.marginInlineStart = "2px";
    getComputedStyle(document.documentElement).marginLeft; // "2px", good
    document.documentElement.style.marginLeft = "3px";
    getComputedStyle(document.documentElement).marginLeft; // "2px", bad, should be "3px"

-- 
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/20201022/de73cffe/attachment.htm>


More information about the webkit-unassigned mailing list