From 744fc5ca6a945c1cbc62f612a9f0ce741e79208a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 23 Oct 2019 10:52:35 +0100 Subject: [PATCH] Specify aria-level="1" on Room List tree RoomSubList Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/RoomSubList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 8054ef01be..0bb5c9e9be 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -324,6 +324,7 @@ const RoomSubList = createReactClass({ aria-expanded={!isCollapsed} inputRef={this._headerButton} role="treeitem" + aria-level="1" > { chevron } {this.props.label}