Published at
Updated at
Reading time
1min
This post is part of my Today I learned series in which I share all my web development learnings.

My friend Tom shared a fascinating link. Roma Komarov describes that when you define pseudo-classes like :hover and :active for an input element, these styles are also applied to the element when an associated label is e.g. hovered.

See this behavior in action below.

HTML
CSS
Preview

The input field turns purple whenever you hover its associated label. 🤯

Check out the examples in the article yourself. That's wild stuff!

Today I learned that the same behavior applies to input click handlers triggered when you click on an associated label.

Was this TIL post helpful?
Yes? Cool! You might want to check out Web Weekly for more quick learnings. The last edition went out 12 days ago.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles