-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b-pagination-nav ARIA default value #4160
Comments
This may be a seperate issue, but is there an attribute that allows me to add if the screenreader software has navigated to the pagination button has not selected it? For example if the page 6 button is focused but not yet selected and I can get the screenreader software to say "Page 6, not selected" but when it is selected I can get it to say "Page 6 selected". Any help is greatly appreciated, thanks. |
Currently no, but the current page button does have the |
In a future release we will be re-visiting ARIA for pagination-nav (currently it uses the same ARIA markup as pagination... but needs to be tweaked a bit) |
Hello,
when using the b-component with ARIA attribute label-page it always appends the page number to the string in that attribute as per https://bootstrap-vue.js.org/docs/components/pagination-nav. For example if I wanted screenreader to read the software as Page {pagenumber} selected. It would then generate an aria attribute that the screenreader software would then read as Page {pagenumber} selected pagenumber. Is there anyway to remove the default values so I dynamically use the ARIA labels the v-model?
Thanks.
The text was updated successfully, but these errors were encountered: