Issue 2551322
Created on 2024-03-01 17:15 by rouilj, last changed 2024-03-01 17:15 by rouilj.
msg7954 |
Author: [hidden] (rouilj) |
Date: 2024-03-01 17:15 |
|
A number of docs pages have large Tables of Contents. Tabbing through them to get to the
start of the text is a pain.
Consider adding a skip link before the TOC to jump to an anchor after the TOC.
Some pages have section toc's as well. Add there too.
I think this has to be done using html with the
.. raw:: html
directive. Also some css has to be added to hide the skiplink unless focused.
Adding an id to the main tag in the layout and making it focusable (tabindex=0)
is probably needed as well.
|
|
Date |
User |
Action |
Args |
2024-03-01 17:15:50 | rouilj | create | |
|