Steven Lambert
                                            Steven Lambert
                                        
                                    Thanks for the issue. So the `label-content-name-mismatch` rule is an [experimental rule](https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md#experimental-rules), which the extension does not run by default. If you're a Pro user you can enable the experimental...
I can see from the docs that we claim it's enabled in the browser extension, but this is both correct and incorrect. It _was_ enabled in the axe coconut extension...
Thanks for the issue. I'm not sure the `ElementInternals` are working correctly for screen readers. Here's how different screen readers and browsers read the input when focused: * VoiceOver /...
Thanks for the issue. We'll look into getting the description updated.
Thanks for the issue. I've brought this up with the team and we've agreed that we'd like to go with "Ensure" for each of the rule descriptions. If you're willing,...
Thanks for the issue. Could you perchance provide the URL that the issue occurred on, or maybe a code snippet that reproduces the issue? Without either of those there's not...
Closing due to inactivity. Feel free to reopen if you believe this is still an issue.
Thanks for the issue. Unfortunately there is no way to support files outside the ones listed https://docs.deque.com/linter/4.0.0/en/linter-home. We'll leave this ticket open as a feature request for the language support.
It also should give an `presentation-role-conflict` violation which tells you about the conflict, though the message is a bit confusing as well ("does not have global ARIA attribute"?) ``` "Fix...
Thanks for the issue. I took a quick look at it appears that the issue is the `aria-labelledby` on the `section` element which points to the `slot` element. The `slot`...