Skip to content

Commit

Permalink
fix formatting of ARIA section
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerKiwi committed Feb 22, 2024
1 parent f26fcec commit 966666f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,17 @@ ___

<h2 id="aria">ARIA</h2>

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


___
Expand Down

0 comments on commit 966666f

Please sign in to comment.