-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-56943-master -
The curent w3c spec says on UL/OL elements:
Allowed ARIA role attribute values:
list role (default - do not set), directory, group, listbox, menu, menubar, presentation, tablist, toolbar or tree.
Yet in various places around Moodle we are applying role="navigation" to ul/ol's. Perhaps we need to be wrapping them in a <div> or a <nav>?