eslint-plugin-vuejs-accessibility icon indicating copy to clipboard operation
eslint-plugin-vuejs-accessibility copied to clipboard

[Rule Request] Rule for prohibiting use of `aria-hidden` or `role=presentation` on focusable elements

Open vhoyer opened this issue 3 years ago • 0 comments

As this breaks the forth rule of aria :D

Reference:

  • https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-hidden_attribute
  • https://www.w3.org/TR/using-aria/#fourth

vhoyer avatar Oct 28 '20 15:10 vhoyer