blockly-samples
blockly-samples copied to clipboard
Fixed Blockly demo - axe-devtools - Elements must only use permitted ARIA attributes
Check for duplicates
- [X] I have searched for similar issues before opening a new one.
Description
Running axe-devtools produces the following error when running automated accessibility checks:
Elements must only use permitted ARIA attributes
Ensures ARIA attributes are not prohibited for an element's role
Element Location: .injectionDiv
<div class="injectionDiv geras-renderer classic-theme" tabindex="0" aria-label="Blockly Workspace" dir="LTR">
To solve this problem, you need to fix the following: aria-label attribute cannot be used on a div with no valid role attribute.
Reproduction steps
- Go to Blockly Fixed Demo
- Run axe-devtools chrome extension
Stack trace
No response
Screenshots
Browsers
No response