Comment 0 for bug 2037529

Revision history for this message
Juanmi Taboada (juanmitaboada) wrote :

The flame is missing the "alt" and the "title" attributes with self-description:

Right now:
<span class="sprite flame">

It should be:
<span alt="..." title="..." class="sprite flame">

An already working example is just next to it:
<span alt="branch" title="Branch exists" class="sprite branch">
<span alt="haspatch" title="Has a patch" class="sprite haspatch-icon">

Thank you,