WCAG compatibility improvement: error messages
505
Views
9
Comments
Implemented
Frontend (App Interfaces)
Platform Server 11.24.0 (Build 41209)

For improving WCAG compatibility we need OS to include a couple of additions when it generates an error message.

For a screenreader to pick up the warnings/exception messages the platform should include a ARIA role like:  role="alert". I see no reason why these shouldn't always be included. ( also when de accessibility feature is disabled )

Additionally, it should be possible to tab to the message so that it can be dismissed; currently the keyboard-focussable is off, but it should be on.

We are now reverting to popups as these are requirements for a successful implementation of WCAG compatibility.

Hi @Joost Miltenburg

Thank you for posting. This was already under our radar. 

We addressed the ability to tab to the feedback message so that it could be dismissed 

Hopefully, this will be released in platform version 11.24.0. 

Be on the lookout for release notes with something like "Feedback Message is now focusable".

Best regards


Hi Miguel,

thank you for replying. We like that this is being addressed. Could you check if the platform will include a ARIA role like:  role="alert" for alerts? That actually is the most pressing matter as people who are reliant on screen readers rely on this.

Best regards

Hi Joost,

Unfortunately, the issue addressed was regarding the feedback message being focusable and dismissable by pressing the space or enter key.

Since this does not seem to be complicated, we will try to include the ARIA role="alert" but we cannot commit to a specific release at this moment.

Best regards

Thank you for the feedback. If you could get that in, that would be awesome. 

However, one version later wouldn't be that bad. Thanks again!

Best regards

Changed the status to
On our RadarOn our radar

Hi Joost,

Status update: 

We added the  ARIA role="alert" to the feedback message.

This should be released in PS 11.24.0.

Thanks for your feedback,

Best regards,

Hi Miguel,

that would be a very nice addition, indeed.

Best regards,

Joost

Changed the status to
Working on it

This should be released in Platform Server version 11.24.0.

Changed the status to
Implemented
on 13 Nov 2023

Marking as implemented as it's been released on Platform Server version 11.24.0 (R11DT-2046)