Skip to content

Commit 7c66120

Browse files
Update tutorial.md
I have added the accessibility information to the further reading section. For some reason my links aren't converting themselves. If anyone has feedback regarding the amount of content I have added, that would be great as I might have added a bit too much?
1 parent f90b80f commit 7c66120

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

html/lesson6/tutorial.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,23 @@ This ends our sixth lesson. How did you find learning HTML and CSS? If you have
143143
## Extras
144144

145145
Now that you are familiar with HTML & CSS, how about you create your own portfolio site. Think about the pages that you may include, such as home, about me and a portfolio or gallery page. You may even want to include a downloadable CV.
146+
147+
## Further Reading:
148+
### Accessibility
149+
150+
Some of your users might be using screenreaders or keyboards to navigate across your page.
151+
How do you ensure your website is available to them? By following a few guidelines and integrating techniques.
152+
153+
#### A few names acronyms to know:
154+
- (ARIA) Accessible Rich Internet Applications are set of techniques and additions to HTML to allow additional markup to be interpreted by accessibility devices
155+
- (WCAG) Website Content Accessibility Guidelines contain different compliance levels (A, AA and AAA) and lay down the “rules”to make a website or application accessible.
156+
- (WAI) Web Accessibility Initiative of W3 cover standard, guidelines, rules and techniques.
157+
158+
#### There is a growing amount of information about accessibilty, here are few articles to get you started!
159+
- (Introduction to Accessibility)[https://www.w3.org/standards/webdesign/accessibility]
160+
- (WAI Getting started)[https://www.w3.org/WAI/gettingstarted/]
161+
- (How People with disabilities use the web)[https://www.w3.org/WAI/intro/people-use-web]
162+
- (Tutorials)[https://www.w3.org/WAI/tutorials/]
163+
- (Mozilla have created their own Accessibility page)[https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA]
164+
- (ARIA Techniques for WCAG 2.0)[https://www.w3.org/TR/WCAG20-TECHS/aria]
165+
- The (A11Y Project)[http://a11yproject.com/] is an open source project on aiming to provide up to date and easy to access information regarding accessibility.

0 commit comments

Comments
 (0)