ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This PR addresses accessibility issue [44405](https://mantis.ilias.de/view.php?id=44405): On the logout page, the two links should be marked as a list This ensures that these elements are defined at an abstract level,...
According to the BITV test for ILIAS 9, the attribute `role="contentinfo”` in the footer was unnecessary and has been removed. This role is redundant since the `` element already carries...
Replaced the aria-label `Mainbar` used for the main navigation with `Main navigation bar` to improve clarity and accessibility for screen reader users, as requested in ticket [#43945](https://mantis.ilias.de/view.php?id=43945). Additionally, we have...
https://mantis.ilias.de/view.php?id=46158 Aims to fix incorrect parsing of hide_news_date. @thojou
The close button in the MainBar subsections was only labeled as "Close" without indicating which specific subsection was being closed, causing accessibility issues for screen reader users. Changes: - Modified...
This commit adds the answer status text to each question title in the question list, making it accessible to screen readers while maintaining the visual indicators. Changes: - Modified `ilTestPlayerAbstractGUI::showSideList()`...
Sister PR https://github.com/ILIAS-eLearning/ILIAS/pull/10588
This PR attempts to fix https://mantis.ilias.de/view.php?id=46401. Retains the index assignment when sorting. Kind regards, @bidzanaaron
This PR attempts to fix https://mantis.ilias.de/view.php?id=46409. Loads missing exc language module in booking pool. Kind regards, @bidzanaaron
During accessibility testing of ILIAS 9, help-blocks (bylines) in form fields were not being announced by screen readers. These explanatory texts were visually present but lacked proper ARIA attributes to...