Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c0fc15

Browse files
committed
Week 0 with ARIA intro
1 parent b301406 commit 3c0fc15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Please get yourself familiar with this repository by navigating your way through
2020

2121
## Learning goals for this module:
2222
* Basic understanding of HTML and CSS
23+
* Basic understanding of Accessible Rich Internet Applications (ARIA)
2324
* Know how to organize your files
2425
* Know your way around your text editor
2526
* Feel comfortable working with the inspector

Week0/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,17 @@
2121
* How do you reference CSS in your HTML?
2222
* Why would you use CSS resets?
2323

24-
>Don't worry if you don't understand everything, but make sure to prepare some questions for your first session about the reading material.
25-
2624
### Watch these videos:
2725
* <a href="https://www.youtube.com/watch?v=7_LPdttKXPc" target="_blank">How the Internet Works in 5 Minutes</a>
2826
* <a href="https://www.youtube.com/watch?v=WjDrMKZWCt0" target="_blank">How Web Browsers Work</a>
2927

28+
### Get familiar with Accessible Rich Internet Applications (ARIA)
29+
* [What is ARIA and why is it important?](https://www.youtube.com/watch?v=HtTyRajRuyY)
30+
* [Introduction to ARIA](https://www.youtube.com/watch?v=g9Qff0b-lHk&t=4s)
31+
* [Web applications and ARIA FAQ](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Web_applications_and_ARIA_FAQ)
32+
33+
>Don't worry if you don't understand everything, but make sure to prepare some questions for your first session about the reading material.
34+
3035
### Add a card in Trello:
3136
* In Trello, create a card with your name (there is an example in there) and add the link to your CodePen that contains you application assignment.
3237

0 commit comments

Comments
 (0)