matatk / landmarks

Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu
http://matatk.agrip.org.uk/landmarks/
MIT License
125 stars 7 forks source link

feat: Navigate from focused element #409

Closed matatk closed 3 years ago

matatk commented 3 years ago

If there is a focused element in the document, navigate from its position when moving forward/backward between landmarks.

A test page for manual testing was added, and improvements to profiling allowed some good measurements. Was quite fun experimenting with more effective ways to do things.

Resolves #395