Add title explaining back-to-top
I don't think that having an aria label is an overuse of aria; it might not be necessary but it makes certain screenreaders don't try to read anything about the icon markup inside the link.
This commit is contained in:
parent
d446e8cf5b
commit
360f7be9f4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
{% if content %}
|
{% if content %}
|
||||||
<div{{ attributes }}>
|
<div{{ attributes }}>
|
||||||
<div class="column footer-logo is-half">
|
<div class="column footer-logo is-half">
|
||||||
<a href="#"><span class="icon"><i class="agc agc-logo"></i></span></a>
|
<a href="#" title="Back to top" aria-label="Back to top"><span class="icon"><i class="agc agc-logo"></i></span></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
Agaric LLC<br>Boston, MA 02134
|
Agaric LLC<br>Boston, MA 02134
|
||||||
|
|
Loading…
Reference in a new issue