About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates bias by explicitly stating that screen readers are not supported on Linux, while recommending specific screen readers for Windows and Mac. Additionally, all keyboard shortcuts are presented in a Windows-centric format (e.g., 'Control', 'Alt', 'F4'), with no mention of Linux or Mac equivalents, even though Storage Explorer is cross-platform. The ordering of platforms in the screen reader section also places Windows first.
Recommendations:
- Investigate and document any available or partially supported screen readers on Linux, or provide guidance/workarounds for Linux users.
- Include Linux-specific keyboard shortcut variations if they differ from Windows, or explicitly state if they are the same.
- Present platform information in a neutral order (e.g., alphabetical: Linux, Mac, Windows) or rotate the order in different sections.
- For all accessibility features (zoom, high contrast, shortcuts), clarify any platform-specific differences, especially for Linux.
- If Linux support is limited, acknowledge this and provide a roadmap or links to community discussions about improving Linux accessibility.
Create pull request