Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 6f98b36f85239d89bbe65438ed5f544f6bdd3104
https://github.com/xwiki/xwiki-platform/commit/6f98b36f85239d89bbe65438ed5f…
Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
Log Message:
-----------
XWIKI-21507: Inplace Editing title does not respect color expectations and does not have enough contrast on some themes (#2569)
* Updated background color
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.