Stream

Track the DOM element with tab focus using the console

When trying to improve keyboard behaviour in your application you'll need to understand the tab order of of your UI. Sometimes its not possible to see the active element due to a lack of styling. This post shows how the Dev Tools console can help.
Tagged with: til, DevTools, JavaScript, Accessibility, and a11y