You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
# Change Log
1
+
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Imagine browsing pages (routes), receiving alerts and notifications, having a countdown timer on the page, a progress baror a loading, among others. Now imagine all this happening to people who have visual disabilities and who use screen readers.
3
+
Imagine browsing pages (routes), receiving alerts and notifications, having a countdown timer on the page, a progress bar, a loading or a change of route in a SPA. Now imagine all this happening to people who have visual disabilities and who use screen readers.
4
4
5
-
The idea of this plugin is to tell the screen reader what is happening and primarily if you use single-page application.
6
-
Inspired by others in the community like:
7
-
https://haltersweb.github.io/Accessibility/spa.html*(Example of how creating an accessible single-page application)*
You can set a property on the meta object, which will serve as information to get the message that will be announced to the screen reader on each page. e.g.:
104
-
```javascript
105
-
{
106
-
name:'home',
107
-
path:'/',
108
-
component: Home,
109
-
meta: {
110
-
announcer:'Página de inicio'
111
-
}
112
-
}
113
-
```
114
-
115
-
When the page loads, the screen reader user will hear:
116
-
```shell
117
-
Página de inicio ha cargado
118
-
```
5
+
The [@vue-a11y/announcer](https://github.com/vue-a11y/vue-announcer) (v2) provides an easy way to really tell what’s going on in your application to people using screen readers.
119
6
7
+
> For vue-announcer version 1.* you can access [this link](https://github.com/vue-a11y/vue-announcer/tree/v1.0.6)
120
8
9
+
Inspired by others in the community like:
10
+
-[Example of how creating an accessible single-page application](https://haltersweb.github.io/Accessibility/spa.html)
Imagine browsing pages (routes), receiving alerts and notifications, having a countdown timer on the page, a progress bar, a loading or a change of route in a SPA. Now imagine all this happening to people who have visual disabilities and who use screen readers.
4
+
5
+
The [vue-announcer](https://github.com/vue-a11y/vue-announcer) provides an easy way to really tell what’s going on in your application to people using screen readers.
6
+
7
+
Inspired by others in the community like:
8
+
-[Example of how creating an accessible single-page application](https://haltersweb.github.io/Accessibility/spa.html)
0 commit comments