Frontend web developer, turned engineering manager.| nooshu.com
This is the last post in our three part series on building a button component. In the first post, we covered how React Spectrum and React Aria implement adaptive press events across mouse, touch, keyboard, and screen readers. In the second post, we covered hover interactions. Today, we’ll cover keyboard focus behavior.| react-spectrum.adobe.com
How to create a star rating widget using only HTML and CSS| iamkate.com
It is impossible to highlight and copy code blocks when you are unable to use your hands. Here's how I built my copy code snippet button on my blog posts.| whitep4nth3r.com
Examine CSS rules| firefox-source-docs.mozilla.org
Navigating the HTML| firefox-source-docs.mozilla.org
How to create a tree view (collapsible list) using only HTML and CSS| iamkate.com
It’s been a long-standing dream of front-end developers to have a way to apply CSS to an element based on what’s happening inside that element.| WebKit