The 5 rules of ARIA
Published on in Accessibility
Last updated on
Five simple rules for using ARIA attributes, straight from W3C.
Published on in Accessibility
Last updated on
Five simple rules for using ARIA attributes, straight from W3C.
<strong>
and <em>
should be treated as progressive enhancementPublished on in Accessibility
Screen readers don't announce emphasized text, so your text should be understandable even without the emphases.
Published on in Accessibility, JavaScript, React and Testing
Accessible queries take into account the semantic meaning of HTML elements. Such queries help you write more accessible apps.