Steven Lambert

Results 105 issues of Steven Lambert

## Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

type: bug
area: browser
status: accepting prs
semver-major

Noticed it was out of date.

With the new issue forms, we can now auto-assign opened issues with the `extension` or `linting` labels based on the Product dropdown. It was difficult to figure out the proper...

In https://github.com/dequelabs/axe-core/pull/2003/files we changed the algorithm from `

This should drastically decrease the number of overlapping element incompletes axe-core generates, especially for anyone who uses Material Button on their site. I moved `findPseudoElement` to it's own function so...

Noticed that the `accessible-text-virtual` functions didn't all completely use virtual node and sometimes accessed the `actualNode` just to look at the `nodeType` and call `isVisible`. Updated to just use virtual...

A precursor to fixing #2806. The `isVisible` function was starting to get unruly so refactored all the individual checks into their own functions. This will now allow me to more...