All Projects → salil-naik → a11y.css

salil-naik / a11y.css

Licence: MIT license
The CSS file detects the accessibility and syntactical errors and highlights them on the website.

Programming Languages

CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to a11y.css

buttonbuddy
Learn about accessible button contrast then generate your own accessible button color palette
Stars: ✭ 60 (+200%)
Mutual labels:  a11y, a11y-testing
axe-playwright
♿: Custom commands for Playwright to run accessibility (a11y) checks with axe-core
Stars: ✭ 88 (+340%)
Mutual labels:  a11y, a11y-testing
accessibility-testing-tools
A collection of useful tools for accessibility testing and debugging in the browser, online and desktop
Stars: ✭ 18 (-10%)
Mutual labels:  a11y, a11y-testing
agnostic-axe
Framework agnostic accessibility reporter, powered by axe-core
Stars: ✭ 80 (+300%)
Mutual labels:  a11y, a11y-testing
rgaa methodologie
[archivé] Méthodologie de tests pour la version 3 du RGAA
Stars: ✭ 15 (-25%)
Mutual labels:  a11y, a11y-testing
Tanaguru
Automated accessibility (a11y) testing tool, with emphasis on reliablity and automation
Stars: ✭ 116 (+480%)
Mutual labels:  a11y, a11y-testing
accessibility-resources
A curated list of accessibility resources
Stars: ✭ 66 (+230%)
Mutual labels:  a11y, a11y-testing
accessibility-resources
Screen reader and WCAG testing resources to maintain a consistent approach to testing and documenting behaviour.
Stars: ✭ 25 (+25%)
Mutual labels:  a11y, a11y-testing
accessibility-ruleset-runner
eBay Accessibility Ruleset Runner automates 20% of WCAG 2.0 AA recommendations, saving time on manual testing.
Stars: ✭ 24 (+20%)
Mutual labels:  a11y, a11y-testing
a11y breadcrumbs
Accessible breadcrumb pattern
Stars: ✭ 44 (+120%)
Mutual labels:  a11y
use-prefers-color-scheme
🪝 React hook for subscribing to user's color scheme preference.
Stars: ✭ 28 (+40%)
Mutual labels:  a11y
tablist
WAI-ARIA tab plugin without dependencies.
Stars: ✭ 21 (+5%)
Mutual labels:  a11y
rci
🔢 better code inputs for react/web
Stars: ✭ 805 (+3925%)
Mutual labels:  a11y
a11y-components
No description or website provided.
Stars: ✭ 32 (+60%)
Mutual labels:  a11y
tinymce-a11y-checker
An accessibility checker plugin for TinyMCE.
Stars: ✭ 20 (+0%)
Mutual labels:  a11y
AccessConfig
Un sélecteur de styles, léger et open source, pour permettre aux personnes en situation de handicap d’adapter votre site à certains de leurs besoins.
Stars: ✭ 20 (+0%)
Mutual labels:  a11y
a11y-outline
web extension to navigate document outlines easily
Stars: ✭ 25 (+25%)
Mutual labels:  a11y
vue-vlibras
Componente Vue.js que ajuda você a implementar o VLibras no seu site
Stars: ✭ 19 (-5%)
Mutual labels:  a11y
csvConf2021
Data visualization accessibility talk for csv,conf,v6 (2021)
Stars: ✭ 19 (-5%)
Mutual labels:  a11y
focus-trap-vue
Vue component to trap the focus within a DOM element
Stars: ✭ 156 (+680%)
Mutual labels:  a11y

a11y.css · Open Source Love GitHub license jsDelivr Hits

How it works?

The CSS file detects the accessibility and syntactical errors and highlights it on the website.

Steps to follow

  1. Link CSS file to your code
    <link
      href="https://cdn.jsdelivr.net/gh/salil-naik/a11y.css/a11y.css"
      rel="stylesheet"
      type="text/css"
    />
  2. Solve the errors based on the suggestions given
  3. Remove or comment the CSS file

Understanding the error highlights

A11y Errors

A11Y errors will be highlighted with red colored text. The border of the highlighted elements will be turned black in color.

Syntactical Errors

Syntactical errors will be highlighted with yellow-orange colored text. The border of the highlighted elements will be turned black in color;

Image errors

Two image errors will be highlighted.

  1. Missing or empty alt attribute This error will be highlighted by a black border around the image
  2. Missing height and width attributes This error will be highlighted by a blured layer over the image

Demos

  1. Demo 1
  2. Demo 2
  3. Demo 3
  4. Demo 4

What is accessibility and why is it important?

Read my blog post on Dev.to


Will this make my website 100% accessible?

No, there is no such thing as 100% accessible website. a11y.css will try to make the website as error free as possbile. In addition to using a11y.css, we recommend you to go through A11Y Checklists by a11yproject.com


Resources & Learning material

Title (with link) Author/Publication
What is Accessibility and why is it important? Salil Naik
Accessibility - Material Design Material.io
Web Content Accessibility Guidelines (WCAG) 2.1 W3C
Web Accessibility Podcasts Roundup Digital Ally by Raghavendra Satish Peri
Accessibility Tips for Web Developers Dev.to by Addy Osmani
A11Y — Making web accessibility easier Thought Works
8 tools that make accessible design easier InVision
Accessibility tips on Twitter Neha Sharma
Accessibility MDN web docs
Web Accessibility For Beginners DigitalOcean Communinty
Color Theory and Contrast Ratios Christopher Schmitt
WebAIM Center for Persons with Disabilities @ Utah State University
Color Safe Donielle Berg & Adrian Rapp
Microsoft Accessibility Technology & Tools Microsoft
Who Can Use - A Color Contrast Tool Corey Ginnivan
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].