| author | Max Li | 2012-01-18 22:19:08 (EST) |
|---|---|---|
| committer | Silenio Quarti | 2012-02-13 15:08:38 (EST) |
| commit | 7374d941b30d7ad51611da196bc0812dac1be76f (patch) (side-by-side diff) | |
| tree | 85a275dd8778489b4399eb666ae5bc36bc315a12 | |
| parent | f120c22e3f540a3775e47c869c283e3218a303d6 (diff) | |
| download | org.eclipse.orion.server-7374d941b30d7ad51611da196bc0812dac1be76f.zip org.eclipse.orion.server-7374d941b30d7ad51611da196bc0812dac1be76f.tar.gz org.eclipse.orion.server-7374d941b30d7ad51611da196bc0812dac1be76f.tar.bz2 | |
Fix Bug 368856 - Invalid login message accessibilityv20120213-2008
| -rw-r--r-- | bundles/org.eclipse.orion.server.authentication.form/web/LoginWindow.html | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.orion.server.authentication.formopenid/web/LoginWindow.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.orion.server.authentication.form/web/LoginWindow.html b/bundles/org.eclipse.orion.server.authentication.form/web/LoginWindow.html index e01c2a0..53edfa8 100644 --- a/bundles/org.eclipse.orion.server.authentication.form/web/LoginWindow.html +++ b/bundles/org.eclipse.orion.server.authentication.form/web/LoginWindow.html @@ -37,7 +37,7 @@ <a id="resetUserLink" class="loginWindow" style="font-size: 0.85em;" href="javascript:showResetUser();">Forgot your password?</a>
</td>
</tr>
- <tr id="errorWin" style="visibility: hidden;">
+ <tr id="errorWin" style="visibility: hidden;" aria-atomic="true" aria-live="assertive">
<td colspan=2>
<ul class="loginError">
<li id="errorMessage"> </li>
diff --git a/bundles/org.eclipse.orion.server.authentication.formopenid/web/LoginWindow.html b/bundles/org.eclipse.orion.server.authentication.formopenid/web/LoginWindow.html index 2cde7a8..9e943cf 100644 --- a/bundles/org.eclipse.orion.server.authentication.formopenid/web/LoginWindow.html +++ b/bundles/org.eclipse.orion.server.authentication.formopenid/web/LoginWindow.html @@ -37,7 +37,7 @@ <a id="resetUserLink" class="loginWindow" style="font-size: 0.85em;" href="javascript:showResetUser();">Forgot your password?</a>
</td>
</tr>
- <tr id="errorWin" style="visibility: hidden;">
+ <tr id="errorWin" style="visibility: hidden;" aria-atomic="true" aria-live="assertive">
<td colspan=2>
<ul class="loginError">
<li id="errorMessage"> </li>
|

