[Webkit-unassigned] [Bug 204554] New: transition-property is not computed correctly when transition-duration is set to "inherit"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 24 02:51:49 PST 2019


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

            Bug ID: 204554
           Summary: transition-property is not computed correctly when
                    transition-duration is set to "inherit"
           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: graouts at apple.com

Created attachment 384250

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

Test

See the attached test case which amounts to this simple markup:

<div style="transition-duration: 99s; transition-property: margin-left;"><pre style="transition-duration: inherit;"></li></div>

The transition-property for <pre> resolves to the empty string instead of "all".

-- 
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/20191124/9ccb5504/attachment.htm>


More information about the webkit-unassigned mailing list