mirror of https://github.com/vector-im/riot-web
Specify aria-level="1" on Room List tree RoomSubList
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
7b7f8a603f
commit
744fc5ca6a
|
@ -324,6 +324,7 @@ const RoomSubList = createReactClass({
|
|||
aria-expanded={!isCollapsed}
|
||||
inputRef={this._headerButton}
|
||||
role="treeitem"
|
||||
aria-level="1"
|
||||
>
|
||||
{ chevron }
|
||||
<span>{this.props.label}</span>
|
||||
|
|
Loading…
Reference in New Issue