MDL-76825 theme: ensure button role has an accessible name.

This commit is contained in:
Meirza
2023-02-16 13:12:29 +07:00
parent eb84455a05
commit 476abf4610
+1 -1
View File
@@ -20,6 +20,6 @@
<a class="btn btn-link p-0" role="button"
data-container="body" data-toggle="popover"
data-placement="{{#ltr}}right{{/ltr}}{{^ltr}}left{{/ltr}}" data-content="{{text}} {{completedoclink}}"
data-html="true" tabindex="0" data-trigger="focus">
data-html="true" tabindex="0" data-trigger="focus" aria-label="{{#str}} help {{/str}}">
{{#pix}}help, core, {{{alt}}}{{/pix}}
</a>