Sprinkle in some better ARIA props
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4c7014167d
commit
1620feb55e
5 changed files with 55 additions and 19 deletions
|
@ -276,9 +276,6 @@ export default class RoomList2 extends React.Component<IProps, IState> {
|
|||
className="mx_RoomList2"
|
||||
role="tree"
|
||||
aria-label={_t("Rooms")}
|
||||
// Firefox sometimes makes this element focusable due to
|
||||
// overflow:scroll;, so force it out of tab order.
|
||||
tabIndex={-1}
|
||||
>{sublists}</div>
|
||||
)}
|
||||
</RovingTabIndexProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue