From 966666ff3ef715075eb5cdea9980fc8846edb36a Mon Sep 17 00:00:00 2001 From: "Liz GingerKiwi.Dev" Date: Wed, 21 Feb 2024 20:03:15 -0500 Subject: [PATCH] fix formatting of ARIA section --- ...esources-from-quick-a11y-tips-for-devs-tech-talk.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/content/blog/2024-02-21-a11y-resources-from-quick-a11y-tips-for-devs-tech-talk.md b/src/content/blog/2024-02-21-a11y-resources-from-quick-a11y-tips-for-devs-tech-talk.md index 9221697..5c51f14 100644 --- a/src/content/blog/2024-02-21-a11y-resources-from-quick-a11y-tips-for-devs-tech-talk.md +++ b/src/content/blog/2024-02-21-a11y-resources-from-quick-a11y-tips-for-devs-tech-talk.md @@ -589,11 +589,17 @@ ___

ARIA

+ARIA stands for "Accessible Rich Internet Applications". ARIA are attributes you can add to html elements to enhance their accessibility. The first rule of ARIA is don't use aria! HTML is semantic by default. + [ARIA Landmarks Example: WC3](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/HTML5.html) -https://benmyers.dev/blog/aria-labels-and-descriptions/ +[aria-label, aria-labelledby, and aria-describedby: What's the Difference?](https://benmyers.dev/blog/aria-labels-and-descriptions/) +- [Ben Myers](https://benmyers.dev/) +- Dec 7, 2020 -https://www.lullabot.com/articles/what-heck-aria-beginners-guide-aria-accessibility +[What the Heck is ARIA? A Beginner's Guide to ARIA for Accessibility](https://www.lullabot.com/articles/what-heck-aria-beginners-guide-aria-accessibility) +- [Kat Shaw](https://www.lullabot.com/about/kat-shaw) +- October 09, 20219 ___