Making Scrollable Code Blocks Accessible
blog
Fix keyboard accessibility gaps in Safari: learn why scrollable code blocks need focus and how a small polyfill makes them accessible for keyboard users.


Fix keyboard accessibility gaps in Safari: learn why scrollable code blocks need focus and how a small polyfill makes them accessible for keyboard users.

Have you ever noticed, when you install your project’s dependencies, that npm is reporting known vulnerabilities you just installed?

Discover essential techniques for testing web apps across devices and browsers. Use DevTools, Lighthouse, and network throttling to ensure reliable performance.

One might think that this should be pretty straight forward but there are some hoops you need to jump in order to get it to work.