summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-07-11 00:00:20 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-21 14:40:45 +0300
commitb9bbf25b04ba49cacd130484c5b0fcdbd5016fb6 (patch)
tree529ec7a95d1d3a394450a90baafe7039756cc12a /WebContent
parent87fab219d406ea24867dc5e5a501539adda80546 (diff)
downloadvaadin-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.html1
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>