Commit 9ddd1787 by Xavier Antoviaque

html-css-review: Add `alt` to completion `<img>` for accessibility

parent b7941017
<script type="text/template" id="xblock-progress-template"> <script type="text/template" id="xblock-progress-template">
<% if (completed === "True") {{ %> <% if (completed === "True") {{ %>
<img src="{completed}"> <img src="{completed}" alt="Completed">
<% }} else {{ %> <% }} else {{ %>
(Not completed) (Not completed)
<% }} %> <% }} %>
......
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