[xwiki/xwiki-platform] a7f9d8: XWIKI-24509: Various WCAG issues in the Repository...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a7f9d8331c5813b1b8fa251d68fdd1e11421136e https://github.com/xwiki/xwiki-platform/commit/a7f9d8331c5813b1b8fa251d68fdd... Author: Vincent Massol <[email protected]> Date: 2026-06-25 (Thu, 25 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 M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java Log Message: ----------- XWIKI-24509: Various WCAG issues in the Repository Application * 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. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications