added aria tags for button types
This commit is contained in:
@@ -158,12 +158,14 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer class="modal__footer">
|
<footer class="modal__footer">
|
||||||
<button
|
<button
|
||||||
|
type="button"
|
||||||
class="modal__btn modal__btn-primary"
|
class="modal__btn modal__btn-primary"
|
||||||
onclick="goToLink()"
|
onclick="goToLink()"
|
||||||
>
|
>
|
||||||
Continue
|
Continue
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
type="button"
|
||||||
class="modal__btn"
|
class="modal__btn"
|
||||||
data-micromodal-close
|
data-micromodal-close
|
||||||
aria-label="Close this dialog window"
|
aria-label="Close this dialog window"
|
||||||
|
|||||||
Reference in New Issue
Block a user