applets/notifications: don't read out body as HTML
Reason for the change
The notifications have a great custom Accesible.description set in the model. Unfortunately, the body text takes precedence over it, and is read out in full... as HTML code, including preamble, stylesheet, tags etc.
Instead, set the body to Accessible.ignored, so that the custom description is read out.
Test plan
- Screenreader on
- Get a notification
- (without patch) LESS DOCTYPE HTML PUBLIC and so on
- (with patch) proper notification body
Screenshots or screen recordings
N/A
Bugs fixed
BUG: 500621 FIXED-IN: 6.3.2
Edited by Christoph Wolk