docfx
docfx copied to clipboard
Accessibility - Unable to tab through top level TOC entries
Operating System: (Windows or Linux or MacOS)
Windows
DocFX Version Used:
Template used: (default or statictoc or contain custom template)
default
Steps to Reproduce:
- Generate docfx site (can repro on the official docfx site https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html)
- Click an entry in the TOC on the left like Getting Started
- Use tab to try to navigate to the Content entry in the TOC
Expected Behavior: For accessibility you should be able to tab around to all items on the website
Actual Behavior: You can only tab between the sub items in the list and not from Getting Started to the Content Entry
@drussi01 Thanks for the head up. I followed this, tested the docs.microsoft.com site and this accessibility feature is not supported as well. It is, however, supported on developer.android.com.
Tested links: https://docs.microsoft.com/en-us/dotnet/api/system.xml.xmlreader?view=net-6.0 https://developer.android.com/reference/com/android/installreferrer/packages
Arguably, https://learn.microsoft.com offers an enhanced accessibility experience for screen reader users, enabling them to access content more rapidly. It even displays an option to "Skip to main content" upon the first tab.
In any case, you can now tab though the top level TOC entries in the new modern templates.