Skip to content

Files

Latest commit

 

History

History
36 lines (31 loc) · 1.82 KB

04_accessibility.md

File metadata and controls

36 lines (31 loc) · 1.82 KB

Accessibility on the web

Now, let's see how your portfolio site is doing in terms of accessibility. Consider the Web Content Accessibility Guidelines, which specify that your sice should be perceivable, operable, understandable, and robust.

  • Do you include alt text and link text?
  • Do you have appropriate contrast between foreground and background content? You can put your foreground and background colors into a contrast checker such as coolors
  • Do you rely on color to convey meaning?
  • Can you use tab and enter to navigate your site?
  • Does a user of your site know where they are and how to get back to home at all times?
  • Do you ever hide focus styling? You can change it but a focus indicator should always be present
  • Do you rely on color to convey meaning?
  • How does your site render on desktop and mobile?
  • Can you navigate your site with a screen reader?
  • Does it work across different browsers?

You can use the guidelines listed here to check your site's accessibility.

Other resources: