(In reply to Hamish Willee from comment #21) > FYI only: > - Docs for this feature have been added (in preparation for FF84 release) in: [Firefox Developer Tools > Accessibility Inspector > Show tabbing order](https://wiki.developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector#Show_tabbing_order). > - More info on what was done here: https://github.com/mdn/sprints/issues/3908#issuecomment-728565606 Hi Hamish, thanks a lot for the docs. I only have one observation: we have a sentence that says `All selectable items have a numbered marker and the currently selected item is highlighted in a different colour.` where I think `selectable` and `selected` might be misleading since we really mean `focusable` and `focused`.
Bug 1654956 Comment 22 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Hamish Willee from comment #21) > FYI only: > - Docs for this feature have been added (in preparation for FF84 release) in: [Firefox Developer Tools > Accessibility Inspector > Show tabbing order](https://wiki.developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector#Show_tabbing_order). > - More info on what was done here: https://github.com/mdn/sprints/issues/3908#issuecomment-728565606 Hi Hamish, thanks a lot for the docs. I only have one observation: we have a sentence that says `All selectable items have a numbered marker and the currently selected item is highlighted in a different colour.` where I think `selectable` and `selected` might be misleading since we really mean `focusable` and `focused` (for example users of assistive technology differentiate between selected/selectable states and focused/focusable).