The Daily Shaarli

All links of one day in a single page.

01/21/22

Three Insights I Gained While Researching Vue.js Accessibility — Smashing Magazine
  1. Using vue props to congru accessibility, such as headline elements
  2. Use component reusability to make an accessibility feature once: a raw aria-live, vue announcer, and read more on the WAI-ARIA Authoring Practices https://github.com/w3c/aria-practices/issues
    -View And Help Vue’s Accessibility Initiatives Grow and references are in the post
    • Learn From React Accessibility Leads
  3. Vue’s $refs Are Great For Focus Management