ginader / LogFocus

LogFocus - handy Bookmarklet for Keyboard Accessibility testing

Home Page:http://blog.ginader.de/archives/2008/11/19/LogFocus-handy-Bookmarklet-for-Keyboard-Accessibility-testing.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogFocus - handy Bookmarklet for Keyboard Accessibility testing

read all info about it and install the bookmarklet in the blogpost in english or in german

compiled into an actual bookmarklet using the very handy: bookmarklet builder

For modern Browsers you can simply use the following snippet instead:

window.addEventListener('focus',function(e){
    window.console.info('focus',e.target);
},true);

How to add the snippet in Chrome: LogFocus Snippet howto

About

LogFocus - handy Bookmarklet for Keyboard Accessibility testing

http://blog.ginader.de/archives/2008/11/19/LogFocus-handy-Bookmarklet-for-Keyboard-Accessibility-testing.php


Languages

Language:JavaScript 100.0%