[Webkit-unassigned] [Bug 269721] Incorrect box-shadow for <button> by hover

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 14:33:31 PDT 2024


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

--- Comment #5 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
When opening the attached test case in WebKit, WebInspector shows the <div> has this style:

    box-shadow: rgb(169, 169, 169) 20px 20px 0px 0px;

But WebInspector shows the <button> has this style:

    box-shadow: none;

It looks like the style resolver ignores the box-shadow property when it is applied to a <button> element.

-- 
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/20240401/e1420978/attachment.htm>


More information about the webkit-unassigned mailing list