Confirmed aria issues for online status indicators

briansol

Well-known member
Affected version
2.3
1721066630148.webp

Code:
Online now
<span class="message-avatar-online" tabindex="0" data-xf-init="tooltip" data-trigger="auto" data-original-title="Online now" aria-label="Online now" id="js-XFUniqueId9">

looks like these aria's aren't allowed on spans (and other non-structured semantic elements) without a role defined.


perhaps marquee could work here?
 
Back
Top Bottom