File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
title =" {{ #tr this }} Narrow to stream "__display_recipient__"{{ /tr }} " >
10
10
{{! invite only lock }}
11
11
{{ #if invite_only }}
12
- <i class =" fa fa-lock invite-stream-icon" aria-hidden = " true " title =" {{ t ' This is a private stream' }} " ></i >
12
+ <i class =" fa fa-lock invite-stream-icon" title = " {{ t ' This is a private stream ' }} " aria-label =" {{ t ' This is a private stream' }} " ></i >
13
13
{{ /if }}
14
14
{{ display_recipient }}
15
15
</a >
34
34
{{! exterior links (e.g. to a trac ticket) }}
35
35
{{ #each subject_links }}
36
36
<a href =" {{ this }} " target =" _blank" class =" no-underline" >
37
- <i class =" fa fa-external-link-square" aria-hidden = " true " ></i >
37
+ <i class =" fa fa-external-link-square" aria-label = " {{ t ' External link ' }} " ></i >
38
38
</a >
39
39
{{ /each }}
40
40
41
41
{{! edit subject pencil icon }}
42
42
{{ #if always_visible_topic_edit }}
43
- <i class =" fa fa-pencil always_visible_topic_edit" aria-hidden = " true " {{ #unless realm_allow_message_editing }} style =" display: none" {{ /unless }} ></i >
43
+ <i class =" fa fa-pencil always_visible_topic_edit" {{ #unless realm_allow_message_editing }} style =" display: none" {{ /unless }} role = " button " tabindex = " 0 " aria-label = " {{ t ' Edit ' }} " ></i >
44
44
{{ else }}
45
45
{{ #if on_hover_topic_edit }}
46
- <i class =" fa fa-pencil on_hover_topic_edit" aria-hidden = " true " {{ #unless realm_allow_message_editing }} style =" display: none" {{ /unless }} ></i >
46
+ <i class =" fa fa-pencil on_hover_topic_edit" {{ #unless realm_allow_message_editing }} style =" display: none" {{ /unless }} role = " button " tabindex = " 0 " aria-label = " {{ t ' Edit ' }} " ></i >
47
47
{{ /if }}
48
48
{{ /if }}
49
49
50
50
<span class =" topic_edit" >
51
51
<span class =" topic_edit_form" id =" {{ id }} " ></span >
52
52
</span >
53
53
54
- <i class =" fa fa-eye-slash on_hover_topic_mute" aria-hidden = " true " data-stream-id =" {{ stream_id }} " data-topic-name =" {{ subject }} " title =" {{ t ' Mute topic' }} (M)" ></i >
54
+ <i class =" fa fa-eye-slash on_hover_topic_mute" data-stream-id =" {{ stream_id }} " data-topic-name =" {{ subject }} " title = " {{ t ' Mute topic ' }} (M) " role = " button " tabindex = " 0 " aria-label =" {{ t ' Mute topic' }} (M)" ></i >
55
55
<span class =" recipient_row_date {{ #if show_date }} {{ else }} hide-date{{ /if }} " >{{{ date }}} </span >
56
56
</span >
57
57
</div >
You can’t perform that action at this time.
0 commit comments