diff --git a/components.html b/components.html index 00a9a71..534448a 100644 --- a/components.html +++ b/components.html @@ -141,19 +141,38 @@
<div
- id="myModal" class="modal">
+ id="myModal"
+ class="modal"
+ role="dialog"
+ aria-labelledby="modalTitle"
+ aria-modal="true"
+ >
<!-- Este botão é responsável por fechar o modal -->
<button
- class="modal-close" type="button">×</button>
+ class="modal-close"
+ type="button"
+ aria-label="fechar">×</button>
<div
class="modal-body">
+
+ <div
+ class="modal-header">
+
+
+ <h2
+ id="modalTitle">Título da modal
+ </h2>
+
+
+ </div>
+
<!-- Digite o conteúdo do modal aqui -->