[Webkit-unassigned] [Bug 235471] :active selector doesn’t display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 09:56:23 PST 2022


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

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Thank you! I can reproduce on a Mac too - works as expected in Chrome, but not in Safari.

In the codepen test, the purple color comes from "focus", not from "active". That's longstanding expected behavior, please see bug 22261 for discussion.

.sidebar li a:focus {
  background: #ccccf0;
}

The original report here is about :active though. Do you have a test with that? Also, did that work before iPadOS 15? If something changed, that would be an indication that we could be looking at something other than bug 22261.

-- 
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/20220125/1cd4aa19/attachment.htm>


More information about the webkit-unassigned mailing list