Added role=log for the chat panel as per http://www.w3.org/TR/wai-aria/roles#log

This commit is contained in:
Peter Krantz 2014-03-23 12:25:30 +01:00
parent 4590e65bd4
commit 21bd51b548
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
</div>
<!--div><i class="fa fa-comments">&nbsp;</i><span class='nick'></span>:&nbsp;<span class='chattext'></span></div-->
<div id="chatconversation"></div>
<div id="chatconversation" role="log"></div>
<audio id="chatNotification" src="sounds/incomingMessage.wav" preload="auto"></audio>
<textarea id="usermsg" placeholder='Enter text...' autofocus></textarea>
</div>