Merge pull request #5639 from edx/waheed/fix-screen-reader-user-issues

Fixed screen reader issues.
This commit is contained in:
Waheed Ahmed
2014-10-21 14:13:51 +05:00
3 changed files with 4 additions and 5 deletions

View File

@@ -29,7 +29,6 @@
<p class="status"
%if status != 'unsubmitted':
aria-hidden="true"
%endif
aria-describedby="input_${id}">
%if value:
@@ -41,7 +40,7 @@
${status.display_name}
</p>
<p id="answer_${id}" class="answer" aria-hidden="true"></p>
<p id="answer_${id}" class="answer"></p>
% if do_math:
<div id="display_${id}" class="equation">`{::}`</div>