Steven Lambert

Results 375 comments of Steven Lambert

Thanks for the issue. Is the site you're seeing the issue on public that I could test it? Without that it may be hard to figure out what we can...

Letting `aria-valid-attr-value` display when an id is missing from the page [was added back in 2019](https://github.com/dequelabs/axe-core/pull/1671), which would have been in version v3 of axe-core. It doesn't look like p11y...

Interesting. Hadn't seen this feature before. I'll have to investigate what it'll take to support it.

Thanks for the issue. I tested this in different screen readers and browsers and this is the results: * VoiceOver / Safari - "Button, main" * Chrome / Jaws -...

@spike-rabbit A coworker did some further testing and we don't think it's fully fixed in Webkit. I'll post their findings: ``` .with-content { content: url('data:image/svg+xml;utf8,') / "alt for with-content"; }...

@spike-rabbit I don't, but we'll consider this working enough to say we should look into supporting it.

Thanks for the issue. What is the path to your Chrome binary? Chromedriver requires Chrome [to be installed into specific paths](https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver/01fde32d0ed245141e24151f83b7c2db31d596a4#requirements) in order to find it. If it's not located...

I didn't realize Chrome for Testing included chromedriver. At the moment there isn't a way to change the path, but https://github.com/dequelabs/axe-core-npm/pull/704 would allow an option to change it. I'll see...

It looks like this issue is being fixed in Chrome for Testing and they will use the Chrome binary path by default https://github.com/GoogleChromeLabs/chrome-for-testing/issues/30. From the chrome bug tracker the fix...