From 50575554ccd5f04f702c5bd17c12ac3c0f53ad86 Mon Sep 17 00:00:00 2001 From: Gabriele Luz Date: Thu, 31 Oct 2019 03:39:23 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=20a=20documenta=C3=A7=C3=A3o=20do=20co?= =?UTF-8?q?mponente=20card=20de=20acordo=20com=20WAI-ARIA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/components.html b/components.html index 00a9a71..a0a53b5 100644 --- a/components.html +++ b/components.html @@ -551,7 +551,8 @@

Cards

 
   <div
-  class="card">
+  class="card"
+  aria-labelledby="cardTitle">
 
   
     <div
@@ -559,7 +560,10 @@ 

Cards

<h4 - class="card-title">Título do card</h4> + class="card-title" + id="cardTitle" + > + Título do card</h4> ... @@ -567,7 +571,10 @@

Cards

class="card-img">
- <img/> + <img + src="..." + alt="..." + /> </div>