Commit bf7f7e14 by Mark Sadecki

Merge pull request #6968 from edx/cptvitamin/TNL-891-alt-on-spinner

adds and alt attribute to the loading/spinner graphic
parents 2ff863cb 8b79d940
......@@ -25,7 +25,7 @@
<div id="input_${id}_preview" class="equation">
\[\]
<img src="${STATIC_URL}images/spinner.gif" class="loading"/>
<img src="${STATIC_URL}images/spinner.gif" class="loading" alt="Loading"/>
</div>
<p id="answer_${id}" class="answer"></p>
</div>
......
......@@ -22,6 +22,7 @@
src="${STATIC_URL}images/green-pointer.png"
id="cross_${id}"
style="position: absolute; top: ${gy}px; left: ${gx}px;"
alt="Selection indicator"
/>
</div>
<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment