-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
area/uxIssue affects functionality of docs.docker.comIssue affects functionality of docs.docker.comlifecycle/locked
Description
File: index.md, CC @johndmulhausen
The navbar nav-sidebar does not work without javascript, and no indication is displayed to alert the user that javascript is required to make use of the site.
I would suggest implementing proper fallback methods (or at the very least a notice) so that users who, by choice or otherwise, are not running client-side scripts can still make use of the site.
Reproduction steps:
- Disable javascript.
- Navigate to any Docker documentation page.
- Attempt to use the sidebar.
- Notice that despite the sidebar being responsive (with CSS), navigation requires javascript (it is indeed possible to achieve this with HTML+CSS, so requiring javascript is overly restrictive).
Metadata
Metadata
Assignees
Labels
area/uxIssue affects functionality of docs.docker.comIssue affects functionality of docs.docker.comlifecycle/locked