improve accessibility
* add 'aria-label' into some elements without the label * add 'aris-label' into some visual elements * replace some 'a' elements have a button action to 'button'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- Begin Modal -->
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="dismiss">
|
||||
×
|
||||
</button>
|
||||
<h4 id="myModalLabel1">
|
||||
|
||||
Reference in New Issue
Block a user