You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started using NoScript, and I noticed that the subsections on the Pandoc homepage navigation menu (eg links under "Documentation") do not expand without JavaScript enabled. This isn't a real problem for me specifically, but I believe it makes the page difficult to navigate with accessibility tools like screen readers.
I'm not sure about the best way to fix this. Perhaps you could have the subsections expanded by default and use JavaScript to collapse them? Or maybe have a fully-expanded copy of the menu in a noscript block?
@mb21: looks like you worked on the menus recently. Any thoughts on this?
The text was updated successfully, but these errors were encountered:
I only worked on the in-document menus to the right. The links to the left, with classes like navbar-collapse are using Twitter Bootstrap.... but yeah, I'm all in favour of tossing that out... we could write a couple of lines of js ourselves to implement the behaviour you described...
I recently started using NoScript, and I noticed that the subsections on the Pandoc homepage navigation menu (eg links under "Documentation") do not expand without JavaScript enabled. This isn't a real problem for me specifically, but I believe it makes the page difficult to navigate with accessibility tools like screen readers.
I'm not sure about the best way to fix this. Perhaps you could have the subsections expanded by default and use JavaScript to collapse them? Or maybe have a fully-expanded copy of the menu in a
noscript
block?@mb21: looks like you worked on the menus recently. Any thoughts on this?
The text was updated successfully, but these errors were encountered: