[Webkit-unassigned] [Bug 210695] New: CSS logical longhands are not enumerated in the computed style.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 18 12:31:20 PDT 2020


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

            Bug ID: 210695
           Summary: CSS logical longhands are not enumerated in the
                    computed style.
           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: emilio at crisal.io
                CC: koivisto at iki.fi, obrufau at igalia.com

It contains only the shorthands, e.g.:

> [...getComputedStyle(document.body)].filter(prop => prop.includes("block"))

["border-block", "border-block-color", "border-block-end", "border-block-start", "border-block-style", "border-block-width", "inset-block", "margin-block", "padding-block"]

Per spec it should contain logical longhands as well.

-- 
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/20200418/29043523/attachment.htm>


More information about the webkit-unassigned mailing list