RSS Feed/News aria-hidden="true" set on focusable links

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,921
Points
823

Reputation:

HTML:

Code:
<xf:macro id="attribution" arg-profilePost="!" arg-showTargetUser="{{ false }}">
    <xf:if is="$showTargetUser AND $profilePost.user_id != $profilePost.profile_user_id">
        <xf:username user="$profilePost.User" rich="true" defaultname="{$profilePost.username}" aria-hidden="true" />
        <xf:fa icon="{{ $xf.isRtl ? 'fa-caret-left' : 'fa-caret-right' }} u-muted" />
        <xf:username user="$profilePost.ProfileUser" rich="true" defaultname="{{ phrase('unknown') }}"...

Read more

Continue reading...
 
Status
Not open for further replies.
Top