Opened 10 years ago
Closed 10 years ago
#687 closed defect (bug) (fixed)
Handbook Plugin table of contents/heading relationship
Reported by: | joedolson | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
The Handbooks TOC generates a link pointing to the heading ID. Because the ID is attached to the heading, which is not focusable, this moves the visual focus, but not keyboard focus.
Solutions are either to move the ID from the heading to the associated anchor, or to add tabindex=-1 to the heading.
Change History (2)
Note: See
TracTickets for help on using
tickets.
I think I'd prefer to add tabindex=-1 rather than moving the anchor around.