Skip to content

Commit

Permalink
Bug 372356 - Can't close notifications with keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Li committed Feb 23, 2012
1 parent 18ad1a2 commit 7130892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define(['require'],
'<div class="layoutRight pageActions" id="pageNavigationActions"></div>' +
'<div id="notificationArea" class="layoutLeft layoutBlock slideContainer">' +
'<div class="layoutLeft" id="notifications" aria-live="assertive" aria-atomic="true"></div>' +
'<div class="layoutRight"><span tabindex: "0" role: "button" class="layoutRight core-sprite-close imageSprite" id="closeNotifications"></span></div>' +
'<div class="layoutRight"><span tabindex="0" role="button" aria-label="Close notification" class="layoutRight core-sprite-close imageSprite" id="closeNotifications"></span></div>' +
'</div>' +
'<div id="parameterArea" class="layoutBlock slideParameters slideContainer">' +
'<span id="pageParameterArea" class="slide">' +
Expand Down

0 comments on commit 7130892

Please sign in to comment.