make user list a document so it's easy to navigate by screen readers

This commit is contained in:
John McLear 2015-03-31 14:11:49 +01:00
parent 3126d7196e
commit 0f0a6c73ac
2 changed files with 2 additions and 2 deletions

View file

@ -756,7 +756,7 @@ table#otheruserstable {
}
.buttonicon:focus{
border: 1px solid #fff;
border: 1px solid #666;
}
.buttonicon-bold:before {
content: "\e81c";

View file

@ -88,7 +88,7 @@
<div id="myusernameform"><input type="text" id="myusernameedit" disabled="disabled" data-l10n-id="pad.userlist.entername"></div>
<div id="mystatusform"><input type="text" id="mystatusedit" disabled="disabled"></div>
</div>
<div id="otherusers">
<div id="otherusers" aria-role="document">
<div id="guestprompts"></div>
<table id="otheruserstable" cellspacing="0" cellpadding="0" border="0">
<tr><td></td></tr>