Commit d0e6a50e by chrisndodge

Merge pull request #83 from edx/cdodge/add-application-attribute

Per accessibility feedback, add a role='application' attribute on the…
parents 0829961b b59a2ca8
...@@ -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