diff options
author | Artur Signell <artur@vaadin.com> | 2015-07-11 00:00:20 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-07-21 14:40:45 +0300 |
commit | b9bbf25b04ba49cacd130484c5b0fcdbd5016fb6 (patch) | |
tree | 529ec7a95d1d3a394450a90baafe7039756cc12a /WebContent | |
parent | 87fab219d406ea24867dc5e5a501539adda80546 (diff) | |
download | vaadin-framework-b9bbf25b04ba49cacd130484c5b0fcdbd5016fb6.tar.gz vaadin-framework-b9bbf25b04ba49cacd130484c5b0fcdbd5016fb6.zip |
Use role=alert for all notifications (#17079)
Jaws for Windows (at least up to Jaws 16) does not announce any role=status
messages at all so the user will not hear any tray messages or assistive
messages without this change
Change-Id: I2e75a086b4c66ce2b65bd02640db8cae66659ce4
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 0285b7138d..64355bf62b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -113,6 +113,7 @@ <li>Widgetset files and other pre-compressed resources are sent as gzip to compatible browsers. This may interfere with custom response compression solutions that do not respect the Content-Encoding response header.</li> <li>Unused methods related to the "out of sync" message have been removed from SystemMessages class.</li> + <li>All notifications use the WAI-ARIA alert role to be compatible with Jaws</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |