SomeAnticsDev · GitHub

Folders and files

NameName

Last commit message

Last commit date

A clone of GitHub's project navigation to illustrate accessible main nav patterns.

Points of reference

  • What is it?
  • Why it it shouldn't be skipped
  • nav landmark
    • aria-label to name landmark
  • ul
    • offer count of links
    • aria-labelledby to link to nav label
    • lyst-style-type: none removes the double motion
  • a links
    • aria-current="page"
  • svg
    • aria-hidden
  • "augmenter"
    • .visually-hidden
    • aria-hidden
  • data-boldable-content
  • differences in reading extended content between browsers

Read the original on github.com ↗