1.4.1 • Published 5 years ago

inaccessible.css v1.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

inaccessible.css

NPM Version 1.2.0 semantic-release

A stylesheet to highlight inaccessible markup. It'll add an obnoxious red outline around elements which are lacking important attributes.

Violations

The stylesheet will highlight the following accessibility mistakes:

  • Document missing the lang
  • Images missing an alt
  • Labels without a for
  • Links without an href
  • iframes without a title

Usage

CSS

Add inaccessible.css to the document head:

<link href="inacessible.css" rel="stylesheet">

SCSS

Import inaccessible.scss into your stylesheet:

@import 'inaccessible';

body { … }
1.4.1

5 years ago

1.3.2

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago