Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin

This commit is contained in:
Margaret Leibovic
2011-05-24 17:43:05 +02:00
parent 067c9a51b8
commit 1975756fb3
3 changed files with 5 additions and 4 deletions

View File

@@ -343,7 +343,8 @@
footertype="promobox"
position="after_start"
hidden="true"
orient="vertical"/>
orient="vertical"
role="alert"/>
<!-- Popup for site identity information -->
<panel id="identity-popup"

View File

@@ -907,7 +907,7 @@
</xul:vbox>
<xul:vbox pack="start">
<xul:toolbarbutton anonid="closebutton"
class="messageCloseButton popup-notification-closebutton"
class="messageCloseButton popup-notification-closebutton tabbable"
xbl:inherits="oncommand=closebuttoncommand"
tooltiptext="&closeNotification.tooltip;"/>
</xul:vbox>
@@ -954,7 +954,7 @@
</xul:vbox>
<xul:vbox pack="start">
<xul:toolbarbutton anonid="closebutton"
class="messageCloseButton popup-notification-closebutton"
class="messageCloseButton popup-notification-closebutton tabbable"
xbl:inherits="oncommand=closebuttoncommand"
tooltiptext="&closeNotification.tooltip;"/>
</xul:vbox>

View File

@@ -444,7 +444,7 @@
</xul:vbox>
<xul:vbox pack="start">
<xul:toolbarbutton anonid="closebutton"
class="messageCloseButton popup-notification-closebutton"
class="messageCloseButton popup-notification-closebutton tabbable"
xbl:inherits="oncommand=closebuttoncommand"
tooltiptext="&closeNotification.tooltip;"/>
</xul:vbox>