| author | Max Li | 2012-02-07 11:21:42 (EST) |
|---|---|---|
| committer | sfranklin | 2012-02-07 11:21:42 (EST) |
| commit | f76175734059791a87df85c25dedcd56ed34dbcb (patch) (side-by-side diff) | |
| tree | 6e32760618217a6f19c2920edf64928d8f689a1a | |
| parent | d31e4e5ffd15a82c8f834a33808a5496336ef7b8 (diff) | |
| download | org.eclipse.orion.client-f76175734059791a87df85c25dedcd56ed34dbcb.zip org.eclipse.orion.client-f76175734059791a87df85c25dedcd56ed34dbcb.tar.gz org.eclipse.orion.client-f76175734059791a87df85c25dedcd56ed34dbcb.tar.bz2 | |
Fix bug 368877 - Status Messages cannot be read by screen reader
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js index 608f2ff..2db7459 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js @@ -66,7 +66,7 @@ define(['require'], '<div class="layoutRight" id="statusPane"></div>' + '<div class="layoutRight pageActions" id="pageNavigationActions"></div>' + '<div id="notificationArea" class="layoutLeft layoutBlock slideContainer">' + - '<div class="layoutLeft" id="notifications"></div>' + + '<div class="layoutLeft" id="notifications" aria-live="assertive" aria-atomic="true"></div>' + // still need to hook it up and get correct icon '<div class="layoutRight core-sprite-delete imageSprite" id="close"></div>' + '</div>' + '<div id="parameterArea" class="layoutBlock slideParameters slideContainer">' + |

