From af37fb551081a722e3b00d5063c3566b6dc4417b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 4 Aug 2022 17:15:13 +0300 Subject: [PATCH] refactor doc --- src/views/accessibility/AccessibilityDemo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/accessibility/AccessibilityDemo.vue b/src/views/accessibility/AccessibilityDemo.vue index d4cfdcc73..963b9614d 100644 --- a/src/views/accessibility/AccessibilityDemo.vue +++ b/src/views/accessibility/AccessibilityDemo.vue @@ -149,7 +149,7 @@ -

One alternative is using ARIA roles for readers and use javascript for keyboard support. Notice the usage of aria-labelledby as a replacement of the label tag with htmlFor.

+

One alternative is using ARIA roles for readers and use javascript for keyboard support. Notice the usage of aria-labelledby as a replacement of the label tag with for.


 <span id="chk-label">Remember Me</span>
 <div class="fancy-checkbox" role="checkbox" aria-checked="false" tabindex="0" aria-labelledby="chk-label"