elements icon indicating copy to clipboard operation
elements copied to clipboard

accessiblity: Ensure elements with an ARIA role that require child roles contain them (#script-selector)

Open pelikhan opened this issue 8 months ago • 0 comments

Tags: Accessibility, WCAG 1.3.1, aria-required-children

Issue: Ensure elements with an ARIA role that require child roles contain them (aria-required-children - https://accessibilityinsights.io/info-examples/web/aria-required-children)

Target application: GenAIScript Script Runner - http://127.0.0.1:8003/?scriptid=add.test

Element path: #script-selector

Snippet:

Related paths: #script-selector,.combobox-input[spellcheck="false"][type="text"] #script-selector,.combobox-button

How to fix: Fix any of the following: Element has children which are not allowed: input[tabindex], button[tabindex]

Environment: Microsoft Edge version 133.0.0.0

====

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

pelikhan avatar Feb 12 '25 21:02 pelikhan