cloudfour / cloudfour/cloudfour.com-patterns
Consider matching DOM order for Sky Nav elements when JS is disabled for better accessibility
- Ngôn ngữ chính
- SCSS
- Star
- 26
- Fork
- 3
- Merge trung bình
- 19 giờ 32 phút
- Pull request đã merge (30 ngày)
- 81
Mô tả
When JS is disabled:
- the "Menu" button is hidden
- the Sky Nav is open
## Current implementation
The DOM order of the nav does not match the visual order in the current solution:
Current tab order count | Current tab order in action
--- | ---
| 
## Proposed solution
We should consider allowing the visual order to match the DOM order when JS is disabled. We might even consider centering the Cloud Four logo since the button is not shown:
Proposes tab order count | Proposed tab order in action
--- | ---
| 
## Other considerations
- The gradient no longer matches the original design in the proposed solution
## Related
- https://web.dev/visual-order-follows-dom/
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.