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"