microsoft/SandDance

WCAG 4.1.2: Ensures ARIA attributes are allowed for an element's role (button[title="Show toolbar"])

mscherotter opened this issue · 0 comments

Issue

Ensures ARIA attributes are allowed for an element's role (aria-allowed-attr)

Target application

Galeryst Data

Element path

#sanddance;button[title="Show toolbar"]

Snippet

<button type="button" role="button" aria-selected="false" class="ms-Button ms-Button--icon vbutton root-139" title="Show toolbar" data-is-focusable="true">

How to fix

Fix any of the following:
  ARIA attribute is not allowed: aria-selected="false"

Environment

Microsoft Edge version 109.0.1518.61
This accessibility issue was found using Accessibility Insights for Web 2.36.1 (axe-core 4.4.1), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.