add alt to title of images as well
This commit is contained in:
parent
82c1b093cc
commit
f7d2847e63
|
@ -12,8 +12,20 @@
|
||||||
<!-- todo setting dimensions manually is bad but there's no good
|
<!-- todo setting dimensions manually is bad but there's no good
|
||||||
way to scale an image up by a percentage in css so we just hope
|
way to scale an image up by a percentage in css so we just hope
|
||||||
that we never use a pixel scale other than 2 -->
|
that we never use a pixel scale other than 2 -->
|
||||||
<img src="https://i.eritbh.me/temp/umbreon.png" width="48" height="58" alt="an umbreon getting ready to pounce">
|
<img
|
||||||
<img src="https://i.eritbh.me/temp/kate.png" width="54" height="86" alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose">
|
src="https://i.eritbh.me/temp/umbreon.png"
|
||||||
|
width="48"
|
||||||
|
height="58"
|
||||||
|
alt="an umbreon getting ready to pounce"
|
||||||
|
title="an umbreon getting ready to pounce"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="https://i.eritbh.me/temp/kate.png"
|
||||||
|
width="54"
|
||||||
|
height="86"
|
||||||
|
alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
|
||||||
|
title="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="textbox textbox--simple textbox--yellow">
|
<div class="textbox textbox--simple textbox--yellow">
|
||||||
<div class="textbox__text">
|
<div class="textbox__text">
|
||||||
|
|
Loading…
Reference in a new issue