You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Chromium this is a bug that is currently being fixed. It's the underlying cause of the following issue: https://issues.chromium.org/issues/40934455. The bug isn't present on Safari or Firefox.
What is the issue with the HTML Standard?
I observed the following behavior in at least one browser on a labeled checkbox:
As expected directly clicking on the labeled element will always trigger
:active
styles.Clicking a label with a pointer triggers
:active
styles on the labeled element, but only if the labeled element is not focused.For comparison: hovering over labels does not depend on whether the labeled element is focused or not.
Is this intended and speced? Feels buggy and inconsistent.
I came across #6635, #1632 and while somewhat related these don't seem to answer this question.
The text was updated successfully, but these errors were encountered: