We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 156c8b5 + 787323d commit 30e1931Copy full SHA for 30e1931
xsl/xccdf-resources/openscap.js
@@ -2,6 +2,8 @@ function openRuleDetailsDialog(rule_result_id)
2
{
3
$("#detail-modal").remove();
4
5
+ /*DO NOT remove the aria-hidden="false" attribute from the following lines!
6
+ This attribute ensures that rule detail can be accessed by accessibility technologies such as screenreaders.*/
7
var closebutton = $('<button type="button" class="close btn btn-sm btn-default" data-dismiss="modal" aria-hidden="false" title="Close">❌</button>');
8
var modal = $('<div id="detail-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="false"><div id="detail-modal-body" class="modal-body"></div></div>');
9
0 commit comments