ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

GitHub repository for official ILIAS release branches and development branches (trunk)

Results 618 ILIAS issues
Sort by recently updated
recently updated
newest added

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...

bugfix

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...

bugfix
php

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

bugfix
improvement

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...

bugfix
kitchen sink
php

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...

bugfix
kitchen sink
php
javascript

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

bugfix

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...

bugfix
kitchen sink

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` -...

dependencies