xi / a11y-outline

web extension to navigate document outlines easily
https://addons.mozilla.org/firefox/addon/a11y-outline/
BSD 3-Clause "New" or "Revised" License
36 stars 3 forks source link

Idea: Focus first focusable descendant instead of making elements focusable #10

Closed xi closed 3 years ago

xi commented 3 years ago

Taking inspiration from https://github.com/skipto/extension/blob/dd38ca9f4fbea9e21359c1a30c95e454a155f6b5/chrome/content.js#L32

xi commented 3 years ago

I decided against this because it is not desirable in all situations and would require a lot of custom code.