Checka11y.css Versions Save

A CSS stylesheet to quickly highlight a11y concerns.

v1.3.1

3 years ago

Bugs:

  • In v1.3.0, the checka11y-errors.css and checka11y-warnings.css stylesheets were accidentally missed from the files object in package.json (#102)

v1.3.0

3 years ago

New features:

  • Error & Warning feature codes so developers can read & learn more about how to resolve their error or warning (#98)
  • Warning for potentially broken copy (#92)
  • Warning when using potentially inaccessible title attribute (#99)
  • Warning when focusable elements are nested within an element with aria-hidden="true" (#100)
  • Ability to disable warnings & errors by having separate stylesheets (#93)

Bug fixes:

  • Warning/error messages inherit too many styles (#90 )
  • Resolve heading order check so it doesn't throw any false errors (#94)

v1.2.0

3 years ago

New features:

  • Check semantic order of heading elements (#82)

Project enhancements:

  • Show error and warning messages on void elements that are unable to render a ::before and an ::after. (#81)

v1.1.0

3 years ago

New features:

  • Check for & warn on use of underline element (#62)
  • Check for meaningful alt on images (#65)
  • Check for elements which aren't <a> or <button> for mouse event handlers (#70)
  • Allow <script> and <template> to be direct children of <ul> and <ol> (#74)

Project enhances:

  • Added Cypress for UI testing (#68)
  • Run Cypress tests in CI (#73)
  • Improved Yarn documentation (#71)
  • SCSS linting (#75)

v1.0.0

3 years ago
  • Initial release