mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
08a2781607
Since the <ul> and <li> elements for listing the quiz questions and elements are mainly used for layout purposes, it is better to set the role of these elements to presentation only. The aria-label for the <li> element is inappropriate and can also cause confusion to screen reader users. Better to remove this. Though this is being used in the confirmation modal so better to just change it to a data attribute.