E-mail List Archives
Re: tool to show me what is in focus?
From: Shawn Lawler
Date: Sep 28, 2010 4:03PM
- Next message: DAVOUD TOHIDY: "Re: accessible position of sidebox"
- Previous message: Steven Faulkner: "Re: tool to show me what is in focus?"
- Next message in Thread: Amanda Nance: "Re: tool to show me what is in focus?"
- Previous message in Thread: Steven Faulkner: "Re: tool to show me what is in focus?"
- View all messages in this Thread
You could drop something like this into your stylesheet.
*:focus {border:1px solid red;}
Or if you don't have direct access to the stylesheet, you could use the
'Edit CSS' feature of Chris Pederick's Web Developer browser extension (
http://chrispederick.com/work/web-developer/ ) to apply it to any page
you're viewing.
Cheers,
Shawn
On 9/28/2010 4:32 PM, Amanda Nance wrote:
> Hi all,
> I'm testing the accessibility of a web application that needs a lot of work.
> Most of the focusable elements are NOT displaying differently, so I can't
> tell where focus is when testing for keyboard only functionality. Until this
> is fixed, is there a tool I can use to show where the focus is? This would
> allow me to continue testing other aspects of the keyboard functionality
> (e.g., tab order) much more easily.
>
> Thanks!
>
- Next message: DAVOUD TOHIDY: "Re: accessible position of sidebox"
- Previous message: Steven Faulkner: "Re: tool to show me what is in focus?"
- Next message in Thread: Amanda Nance: "Re: tool to show me what is in focus?"
- Previous message in Thread: Steven Faulkner: "Re: tool to show me what is in focus?"
- View all messages in this Thread