@@ -2,8 +2,8 @@ include ../_util-fns
2
2
3
3
:marked
4
4
Welcome, you are about to learn some key concepts that will make your Angular 2 application accessible for
5
- as many people as possible. This is now small goal, there is a large group of people out there who find it
6
- very hard to simply impossible to use your applications without thinking about the concepts mentioned here.
5
+ as many people as possible. This is no small goal, there is a large group of people out there who find it
6
+ very hard or even impossible to use your applications without thinking about the concepts mentioned here.
7
7
8
8
We would like to show you that this can often be achieved with little to no extra effort on your part
9
9
if you bring these concepts right into the design phase of your application.
@@ -12,17 +12,17 @@ include ../_util-fns
12
12
13
13
If you are seeing the concepts `Web Accessibility`, `ARIA` or `a11y` for the first time, you are at the start of an
14
14
incredible journey. And for those who already enjoy the benefits of `Accessible Web Applications`, we will
15
- show you how to apply your knowlegde in the new and exciting world of Angular 2.
15
+ show you how to apply your knowledge in the new and exciting world of Angular 2.
16
16
17
17
:marked
18
18
## A11y in a nutshell
19
19
20
20
`Accessibility` is often referred to as `a11y`. This is because we want to say as lot while writing less. And
21
- as it has eleven letters, startes with an `a` and ends with a `y`, we shorten this word to `a11y`. We will
21
+ as it has eleven letters, starts with an `a` and ends with a `y`, we shorten this word to `a11y`. We will
22
22
refer to `a11y` when we actually want to say `accessibility`.
23
23
24
- In short, `a11y` refers to creating web applications that everyone, including those with disabilities that would
25
- normally make web navigation hard or impossible, can use our entire web application and enjoy the full function .
24
+ In short, `a11y` refers to creating web applications that everyone can use , including those with disabilities that would
25
+ ke web navigation hard or impossible when these principles are not applied .
26
26
27
27
If you are totally new to the concept you may want to have a look at what the folks are the `W3C` have to say about
28
28
[a11y](http://www.w3.org/WAI/intro/accessibility.php) to put the rest of the article into perspective. We will be
0 commit comments