Use Chrome Devtools to debug the current active DOM element

preview_player
Показать описание
Good accessibility is crucial in modern web apps. Keyboard navigation plays an important role in that undertaking. In this lesson we're going to explore how we can use the Chrome Devtools to easily debug the currently active element on our DOM.

Рекомендации по теме
Комментарии
Автор

02:17 document.activeElement, which has the focus

domaincontroller