Results 23 issues of Rob Fentress

ANDI seems to be incorrectly reporting a number of contrast errors on the following page: [stemability | Activities](http://www.stemability.org/activities) In particular, it doesn't seem to be recognizing the dark gray background...

bug

For the menu button pattern examples, why does the menu expand in response to a `mouseover` event on the button? In my experience with widgets at the operating system level...

question
example of pattern implementation
Feedback

Attempting to use you example of how to use the --chrome-options flag results in a WebDriverError. Here is the command and the output: ``` accessibility-report-tool > axe --chrome-options="no-sandbox,disable-setuid-sandbox,disable-dev-shm-usage" www.deque.com Running...

bug
fix

The noHeadings rule is triggered, even if role="heading" has been used to indicate that an element is to serve as a heading. For example, this throws a warning: ``` I'm...

bug

The pNotUsedAsHeader rule is triggered, even if role="heading" has been used to indicate that a styled `` tag is to serve as a heading. For example, this throws a warning:...

bug

### Description In Windows 11, when using JAWS 2022 with the latest version of Firefox, attempting to activate **Pause** or **Mute** buttons by pressing the Enter or Space Bar keys...

confirmed
in progress

Using MacOS High Sierra (10.13.4) with Node 8.11.1 and npm 5.8.0, when I follow the directions in the README to install axe-crawler `npm install -g axe-crawler`, it fails with the...

I added the ability to configure the scans using the context and options parameters referenced in the [axe-core API](https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#parameters-axerun). Any reason why this wouldn't work in axe-crawler? Probably needs to...

This is a feature request. It would be good to add a configuration option to ignore fragment identifiers in URLs, so that pages are only scanned once.

Using node v10.13.0 and npm 6.4.1 on macOS Mohave, I got the following build error: npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build/` Upgrading the sqlite3 package to ^4.0.4 seemed to...