Skip to content

coreybrown89/a11y-nutrition-cards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A11Y Nutrition Cards

A11Y Nutrition Cards is an attempt to digest and simplify the accessibility expectations when it comes to component authoring. Based on the WAI ARIA Authoring Practices Guide.

Roadmap

  • Add more components
  • Simplify language
  • Add framework-less CodePen demos for each component
  • Use <details> to hide/disclose optional or advanced techniques.

Contributing

Thank you very much for your interest in this project. While I won't be prompt, there's like a 90% chance I'd merge anything you commit.

Building Locally

The site is built with Jekyll and deployed via gh-pages. Not sure if it's the best path but leveraging Jekyll's Collections feature to organize components. If you'd like to help contribute locally...

git clone git@github.com:davatron5000/a11y-nutrition-cards.git
bundle install
bundle exec jekyll serve --livereload

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%