All Projects → ffoodd → A11y.css

ffoodd / A11y.css

Licence: mit
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.

Projects that are alternatives of or similar to A11y.css

A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-61.39%)
Mutual labels:  accessibility, scss, sass
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (-90.84%)
Mutual labels:  documentation, wiki, scss
Sassdoc
Release the docs!
Stars: ✭ 1,353 (+5.95%)
Mutual labels:  documentation, scss, sass
Sass A11ycolor
🌈 Generate the nearest accessible color with Sass.
Stars: ✭ 24 (-98.12%)
Mutual labels:  accessibility, scss, sass
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (-15.19%)
Mutual labels:  scss, sass
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-95.69%)
Mutual labels:  scss, sass
Libsasshost
.NET wrapper around the LibSass library with the ability to support a virtual file system.
Stars: ✭ 71 (-94.44%)
Mutual labels:  scss, sass
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (-7.05%)
Mutual labels:  scss, sass
Website
Website and documentation for Radix.
Stars: ✭ 45 (-96.48%)
Mutual labels:  documentation, accessibility
Design System Site
📚 Documentation, rationale and accessibility guidance
Stars: ✭ 72 (-94.36%)
Mutual labels:  documentation, accessibility
Avalanche
A package based CSS framework.
Stars: ✭ 86 (-93.27%)
Mutual labels:  scss, sass
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (-96.01%)
Mutual labels:  scss, sass
Generator Baukasten
Awesome!
Stars: ✭ 50 (-96.08%)
Mutual labels:  scss, sass
Docs
Documentation for Tasmota (https://github.com/arendst/Tasmota)
Stars: ✭ 55 (-95.69%)
Mutual labels:  documentation, wiki
Snack Helper
🗃 A universal CSS helper library.
Stars: ✭ 50 (-96.08%)
Mutual labels:  scss, sass
Frontnote
Node.jsを使ったスタイルガイドジェネレーター
Stars: ✭ 73 (-94.28%)
Mutual labels:  scss, sass
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-93.97%)
Mutual labels:  scss, sass
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+632.18%)
Mutual labels:  scss, sass
Kitab
Kitab is the ideal companion for Documentation-Driven Quality: Render and Test your documentation.
Stars: ✭ 79 (-93.81%)
Mutual labels:  documentation, test
Cessie
Transpile your CSS bundle to support CSS variables, calc, and future CSS for legacy browsers.
Stars: ✭ 81 (-93.66%)
Mutual labels:  scss, sass

a11y.css

Pronounced Alix. Because it’s simpler.

GitHub version Build Status

Introduction

Pronounced "Alix".

This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.

When activating the stylesheet, a tip should appear beside each incriminated elements, displaying what’s going on.

This file is not a replacement to a complete tool such as aXe, Tanaguru or Tenon. It only intends to show possible weaknesses. You should obviously do some manual check by hand to know whether the code should or should not be fixed.

How to use?

WebExtension

Either you're using Firefox or Chrome, you're invited to install and use a11y.css's webextension.

It provides some nice features not included in the main CSS file (for now), such as:

  • force focus visibility;
  • show lang attributes;
  • check images' alternatives by displaying them;
  • increase text spacings.

As a WebExtension, it also enables to:

  • toggle CSS and change level on the fly,
  • remember settings for each tab,
  • automatically update in the background.

Bookmarklet

You can also use the form on the left sidebar to define the minimum level and language, in order to generate a custom bookmarklet. Then simply drag the green button to your bookmarks, and you're done! You're now able to use a11y.css on every page you visit by simply clicking on this bookmark.

Bookmarklet's caveats

The main caveat consists of CSP HTTP headers blocking unsafe / external script — mostly due to browsers bugs and inconsistencies. But many CORS policies might prevent a bookmarklet from working…

But also note that the bookmarklet might take a couple of seconds to load since it basically injects the a11y.css stylesheet within the DOM of the page you're browsing. It might be a bit slow at first because it is being downloaded from GitHub, but it's the price to pay to keep it up-to-date.

Contribution & customisation

If you want to get involved in this project, be sure to take a look at its wiki (also available in French). I'll be pleased to read your issues or pull requests!

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].