From 894f08809602b0a473e72d1b8008033f886334ad Mon Sep 17 00:00:00 2001 From: Gabriele Luz Date: Thu, 31 Oct 2019 04:51:08 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=20a=20doumenta=C3=A7=C3=A3o=20do=20com?= =?UTF-8?q?ponente=20modal=20de=20acordo=20com=20WAI-ARIA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/components.html b/components.html index 00a9a71..534448a 100644 --- a/components.html +++ b/components.html @@ -141,19 +141,38 @@

Hey, laddys

<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 -->