WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: how to trash focus when sighted

for

From: James Nurthen
Date: Dec 18, 2019 11:53AM


There is also the excellent nerdeFocus chrome extension -
https://chrome.google.com/webstore/detail/nerdefocus/lpfiljldhgjecfepfljnbjnbjfhennpd?hl=en-US
Also available as a bookmarklet - https://github.com/wizzyfx/nerdeFocus


On Wed, Dec 18, 2019 at 5:59 AM Reinhard Stebner < <EMAIL REMOVED> >
wrote:

> thank you very much for your assistance. These suggestions are helping.
>
> On 12/17/19, Jonathan Avila < <EMAIL REMOVED> > wrote:
> > I'd add on to Steve's comment that activeElement is limited to content
> not
> > in an iframe. If the element is in an iframe activeElement will return
> the
> > iFrame. You would need to use a more robust script in that case. For
> focus
> > highlighting I'd also recommend the Stylus extension where you can create
> > your own focus indicators or a tool like
> > ANDI<https://www.ssa.gov/accessibility/andi/help/install.html> although
> > neither will likely highlight items that rely on aria-activedescendant.
> >
> >
> >
> > Jonathan
> >
> >
> >
> >