Added role=log for the chat panel as per http://www.w3.org/TR/wai-aria/roles#log
This commit is contained in:
parent
4590e65bd4
commit
21bd51b548
|
@ -108,7 +108,7 @@
|
|||
</div>
|
||||
|
||||
<!--div><i class="fa fa-comments"> </i><span class='nick'></span>: <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>
|
||||
|
|
Loading…
Reference in New Issue