summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-03-31 14:11:49 +0100
committerJohn McLear <john@mclear.co.uk>2015-03-31 14:11:49 +0100
commit0f0a6c73ac461227d496881f244e1b9cfa2be7f7 (patch)
tree785fc7d95e52b07283c2ef96c618d1b33c490f8c /src/templates
parent3126d7196ef97f4a2720a968d4ece405747655e4 (diff)
downloadetherpad-lite-0f0a6c73ac461227d496881f244e1b9cfa2be7f7.zip
make user list a document so it's easy to navigate by screen readers
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/pad.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index 32cf7296..babccd0f 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -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>