[Webkit-unassigned] [Bug 251590] New: [css-properties-values-api] non-inherited custom property fails to inherit from parent when "inherit" is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 08:17:50 PST 2023


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

            Bug ID: 251590
           Summary: [css-properties-values-api] non-inherited custom
                    property fails to inherit from parent when "inherit"
                    is set
           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

This fails:

<div style="--foo: 100px">
    <div style="--foo: inherit"></div>
</div>

The value for --foo on the child is the initial value for that custom property rather than its parent's value.

-- 
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/20230202/30cb0cf4/attachment.htm>


More information about the webkit-unassigned mailing list