Commit b59a2ca8 by Chris Dodge

Per accessibility feedback, add a role='application' attribute on the exam code span

parent 0829961b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<p> <p>
<span class="proctored-exam-code">{{exam_code}}</span>&nbsp;<button class='proctored-exam-select-code'>Click to select exam code</button> <span class="proctored-exam-code" role="application">{{exam_code}}</span>&nbsp;<button class='proctored-exam-select-code'>Click to select exam code</button>
</p> </p>
<p> <p>
{% blocktrans %} {% blocktrans %}
......
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