[thelist] accessibility issues

R.Livsey R.Livsey at cache-22.co.uk
Wed Aug 22 07:13:06 CDT 2001


> I was thinking of using javascript  to eliminate the dotted 
> line around my links and images when they gain focus.
> 
> onFocus=this.blur();
> 
> I have read this creates an accessibility issue for some 
> users. To work around this issue I thought I could create an object 
> for just this group of users so they could kill this javascript 
> function by choice.
> 
> A check box in the top right corner or some such device.
> 
> Can you advise on best practices?
> 
> Thank You
> Kevin
>

A better way would be onClick instead of onFocus.
The people can still navigate around using [Tab] etc and you are happy
because the dotted lines  don't appear when you click them.

R.Livsey
------------------------------------------
Depression is merely anger without enthusiasm.
------------------------------------------
Lead Programmer for the Tickle Group
Freelance work always welcome
[ PHP | Perl | mySQL | Java ]
w : cache-22.co.uk
e : R.Livsey at cache-22.co.uk
m : +447764 685 701
i  : 37530949 





More information about the thelist mailing list