Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 847e2a9d1eb0fa2a4eb5a8f674367ca0394ee436
https://github.com/xwiki/xwiki-platform/commit/847e2a9d1eb0fa2a4eb5a8f67436…
Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/validation/livevalidation_prototype.js
Log Message:
-----------
XWIKI-21376: Live validation prompts should be presented to users without obtaining
focus (#2473)
* Use `aria-live="polite"` to indicate that contents of the validation message
should be presented to the user when it changes.
* Create the element once before inserting content and don't remove it again so
content updates are properly visible to browsers/assistive technology.