diff options
author | Artur Signell <artur@vaadin.com> | 2015-07-11 00:00:20 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-07-13 10:33:53 +0000 |
commit | 0743bd5b29d31b233de00e47170a48c0e328ce74 (patch) | |
tree | 9f6193f2b916a283f65be513c5e4ec90660667b7 /WebContent | |
parent | 422d7e780a7aed82930aa2ce78451063fff47e8b (diff) | |
download | vaadin-framework-0743bd5b29d31b233de00e47170a48c0e328ce74.tar.gz vaadin-framework-0743bd5b29d31b233de00e47170a48c0e328ce74.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: Ia110d96b8254b98ed66f0765330865099e729abc
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 ea65948baa..b7cdba7887 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> |