ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
https://mantis.ilias.de/view.php?id=33589 # Issue Object list accessibility suffers because they are not actually marked as real html ``. # Changes Edited html template for a structure with `` and `` elements...
This PR attempts to fix https://mantis.ilias.de/view.php?id=45268. Implements use previous answers for file upload questions. Also adds the corresponding language variables. I've implemented this feature instead of removing it because all...
the span with the text “(Selected)” becomes part of the link and is read out to screen reader users. https://mantis.ilias.de/view.php?id=41823
Fixes a WCAG violation by adding `aria-modal="true"` and `aria-labelledby="{ID}_title"` to the `` element in all core modal templates. The corresponding `id="{ID}_title"` is also added to the modal's `` title. This...
Adds the missing aria-expanded attribute to presentation table expand/collapse glyphs to fix a WCAG violation for screen readers. This involves extending the Glyph component (PHP/Template) to support the attribute, setting...
This PR addresses accessibility issue 0044586: Link labeling instead of using button elements in the tab https://mantis.ilias.de/view.php?id=44586 #10218 for ILIAS 10 and above
Improved accessibility of the Characteristic Value (KS) element by marking enumerations (Question ID, Question Type, Points, Requested Solution Notes) as a list for better screen reader navigation. Aligned corresponding values...
Assessment: * This package is a JavaScript implementation of various web standards, for use with the Node.js environment. General Information: - Name of the dependency: `jsdom` - Version: `27.2.0` -...