Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

A test to determine wether a selector contains an accessibility-related selector

License

Notifications You must be signed in to change notification settings

projectwallace/has-css-accessibility-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

has-css-accessibility-selector

Build Status Known Vulnerabilities Dependencies Status Dependencies Status XO code style Project: Wallace

A test to determine wether a selector contains an accessibility-related selector

Installation

npm install has-css-accessibility-selector

# or

yarn add has-css-accessibility-selector

Usage

const hasAccessibilitySelector = require('has-css-accessibility-selector')

console.log(hasAccessibilitySelector('[role="menu"]'))
// => true

console.log(hasAccessibilitySelector('.nothing-to-see-here'))
// => false

Related projects

  • CSS Analyzer - CSS statistics module
  • Wallace CLI - CSS statistics in your CLI
  • Color Sorter - Sort CSS colors by hue, saturation, lightness and opacity
  • Gromit CLI - A test framework to assert that CSS statistics don't exceed certain thresholds.

License

MIT © Bart Veneman

About

A test to determine wether a selector contains an accessibility-related selector

Resources

License

Stars

Watchers

Forks

Packages

No packages published