MDL-76825 theme: ensure button role has an accessible name.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user