E-mail List Archives
Re: how to trash focus when sighted
From: Steve Green
Date: Dec 17, 2019 2:50PM
- Next message: Murphy, Sean: "Re: how to trash focus when sighted"
- Previous message: Birkir R. Gunnarsson: "Re: Table/Accordion Hybrid"
- Next message in Thread: Murphy, Sean: "Re: how to trash focus when sighted"
- Previous message in Thread: Reinhard Stebner: "how to trash focus when sighted"
- View all messages in this Thread
Create a bookmarklet with the following code:
javascript: console.log(document.activeElement);
When you want to know where focus is, trigger the bookmarklet. The JavaScript Console will show which element has focus.
There is also a bookmarklet called Force Show Focus, which you can get at http://pauljadam.com/bookmarklets.html. This forces a visible focus indicator onto elements.
Steve Green
Managing Director
Test Partners Ltd
- Next message: Murphy, Sean: "Re: how to trash focus when sighted"
- Previous message: Birkir R. Gunnarsson: "Re: Table/Accordion Hybrid"
- Next message in Thread: Murphy, Sean: "Re: how to trash focus when sighted"
- Previous message in Thread: Reinhard Stebner: "how to trash focus when sighted"
- View all messages in this Thread