Branch: refs/heads/XWIKI-24509 Home: https://github.com/xwiki/xwiki-platform Commit: c7835799cde937fde8cdc1c9cf5ff787cc0d28b3 https://github.com/xwiki/xwiki-platform/commit/c7835799cde937fde8cdc1c9cf5ff... Author: Vincent Massol <[email protected]> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/StaticListClassTest.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionAuthorsDisplayer.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSupportPlanSheet.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ImportExtension.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/Translations.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/DisplayPageTest.java Log Message: ----------- XWIKI-24509: Various WCAG issues in the Repository Application Fix the accessibility violations reported by the WCAG validation on the Repository Application functional tests: * definition-list / dlitem: the Support Plan sheet wrapped its fields in a Bootstrap grid inside a single <dl>, nesting <dt>/<dd> two <div> levels deep. Each grid column now has its own <dl> so that <dt>/<dd> are direct children of a <dl>. * select-name: the list and boolean <select> displayers did not expose an accessible name. They now set an aria-label text alternative, mirroring what StringClass already does. The import form select/input get an aria-label too. * image-alt: the authors page-picker remove icon had no alt text. It now sets alt/title using a new translation. * link-name: the breadcrumb produced an empty link when a page had no title. It now falls back to the reference name when the title is empty. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications