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
Родитель 0e1884e484
Коммит 7c2dba1546
3 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -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"

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>