Skip to content

Commit

Permalink
Update packages/dnb-design-system-portal/src/docs/quickguide-designer…
Browse files Browse the repository at this point in the history
…/accessibility/checklist.md

Co-authored-by: Anders <anderslangseth@gmail.com>
  • Loading branch information
dinarosv and langz authored Jan 14, 2022
1 parent 22f64f7 commit 34280a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Building an accessible interface starts at the UX stage of design. Much of the D

- [ ] **Content is perceivable**: Ensure good contrast between background and foreground.
- [ ] **Accessible for keyboard users**: Plan how you would like a keyboard navigator to access interface laments/areas. What will the order of tabbing be?
- [ ] **Skip to content**: Should you provide a ’skip to content’ feature to allow users to get to the main content quickly
- [ ] **Skip to content**: Should you provide a ’skip to content’ feature to allow users to get to the main content quickly?
- [ ] **Responsive page**: Plan how the interface will respond to different screen sizes. The layout may have to change - how will this affect accessibility?
- [ ] **Zoom the interface**: Some users zoom their browser to increase the size. How will elements behave in these scenarios? Will they overlap? What happens to wide horizontal components such as navigation or tab sets?
- [ ] **Fluid design**: As opposed to using fixed breakpoints, fluid design allows the content to reflow in the same order as screen readers render content to users who are blind or visually impaired.

0 comments on commit 34280a1

Please sign in to comment.