-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.4
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-68014-master -
-
1
-
Activity Sprint 8, Activity Sprint 9
To replicate:
- Create a pre-configured LTI tool and show it in both activity chooser and as a preconfigured tool.
- Go to a course
- Turn editing on and add a new activity.
- Inspect the preconfigured tool using an accessibility tool (e.g. axe, wave)
- Expected: There should be no accessibility issues
- Actual: A redundant alt text issue is being shown. E.g. on axe,
Issue description
Ensure image alternative is not repeated as text
Element location
img[alt="Test\ tool\ provider"]
Element source
<img src="http://lti.tools/test/images/icon.png" alt="Test tool provider" class="icon">
To solve this violation, you need to:
Fix the following:
Element contains <img> element with alt text that duplicates existing text