dai11y 05/12/2019
18 WAI-ARIA attributes that every web developer should know Use aria-label when you can’t use generic <label>, and aria-describedby for supplementary info, such as to associate error messages with their corresponding inputs. Use role=”heading” and aria-level=”2″ instead of <h2> if you can’t use the element (for SEO reasons, etc). Whenever there is a visible status… [Read More]