A11y.css Versions Save

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.

v5.2.1

8 months ago

Mostly a documentation release to fix broken links and update references.

Fixes

  • Fix Greek language tag to el — thanks @PhilippeVay
  • Sourcemaps are now available for every CSS files
  • Switched to :not() complex notation to reduce complex selectors a bit — thanks @zwiastunsw
  • Moved to inset as shorthand for positions

Chore

  • Dependencies update
  • Webextension has been moved to its own repository
  • Broken links are now check using link-checker, which handles anchors
  • GitHub actions has been updated and enhanced

Expect a webextension release soon :)

v5.2.0

1 year ago

Features

  • Added Polish translation thanks to @zwiastunsw and @wojsmol in #442
  • Moved to :not() selector list argument after Stylelint update, since support is really decent now
  • @Dionakra improved lang test case in #396 and added a new test for forbidden whitespace in attributes in #397

Chore

  • Improved build after upgrading dependencies
  • The whole year has mostly been used to move the documentation website from Hologram and Sassdoc to 11ty :)

5.1.0

3 years ago

Features

  • Added spanish translation thanks to @Dionakra (#401)
  • New test: <select required> should start with an empty value option (#406)
  • Updated test: take tabindex negative values into account (#360)
  • Dropped :blank and :-moz-only-whitespace to allow file size improvements (#365)

Chore

  • Drop package-lock.json to only use Yarn
  • Update Yarn & Bundler dependencies

v5.0.3

4 years ago

v5.0.2

4 years ago

Here it comes!

Firefox & Chrome webextension for a11y.css <3

v4.5.2

5 years ago

v4.5.1 didn't update locales and translation the right way.

v4.5.1

5 years ago

Improving HTML 5.2 validation, include Arabic translation, and some fixes in @a11y-reset mixin.

v4.4.0

6 years ago

Thanks to @GeorgeGkas, a greek translation is now available for a11y.css!

v4.3.0

6 years ago
  • translation system doesn't rely on gulp-sassport anymore: instead we're writing dedicated Sass files for each locale to be imported in global files;
  • added an .editorconfig and cleaned up a few files;
  • prevents a bug with system fonts stack;
  • fixes some tests to better match mistakes and tags;
  • added a few tests;
  • some Hologram improvements on theme, to handle blockquotes.

v4.2.2

6 years ago

This version:

  • fixes a few bugs (with CSS lint formatter),
  • improved some tests (utf-8 charsets and label without for attribute)
  • added a new advice for non-HTTPS links and sources
  • and improved documentation's templates to use HTTPS links and sources, obviously :)