Unverified Commit 4d9337c5 authored by Stefan Auditor's avatar Stefan Auditor Committed by Stefan Auditor
Browse files

Issue #3219204 by sanduhrs: Tab navigation is not supported

parent efd133f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,4 +11,4 @@
 * @ingroup themeable
 */
#}
<abbr {% if tip %}title="{{ tip }}"{% endif %} class="glossify-tooltip-tip" {% if langcode %}lang="{{ langcode }}"{% endif %}>{{ word }}</abbr>
<abbr tabindex="0" {% if tip %}title="{{ tip }}"{% endif %} class="glossify-tooltip-tip" {% if langcode %}lang="{{ langcode }}"{% endif %}>{{ word }}</abbr>