Skip to content
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

[Docs] Remove redundant visually hidden "(current)" from pagination controls #31891

Closed
patrickhlauke opened this issue Oct 14, 2020 · 0 comments · Fixed by #31892
Closed

[Docs] Remove redundant visually hidden "(current)" from pagination controls #31891

patrickhlauke opened this issue Oct 14, 2020 · 0 comments · Fixed by #31892

Comments

@patrickhlauke
Copy link
Member

https://getbootstrap.com/docs/4.5/components/pagination/
https://v5.getbootstrap.com/docs/5.0/components/pagination/

Remove the <span class="visually-hidden">(current)</span> where the controls already have aria-current

xref #30079 (comment)

patrickhlauke added a commit that referenced this issue Oct 14, 2020
…#31892)

* Replace visually hidden span with aria-current in tests

* Remove redundant visually hidden "(current)" when `aria-current` already used

Closes #31891
XhmikosR pushed a commit that referenced this issue Oct 26, 2020
…#31892)

* Replace visually hidden span with aria-current in tests

* Remove redundant visually hidden "(current)" when `aria-current` already used

Closes #31891
XhmikosR pushed a commit that referenced this issue Oct 27, 2020
…#31892)

* Replace visually hidden span with aria-current in tests

* Remove redundant visually hidden "(current)" when `aria-current` already used

Closes #31891
XhmikosR pushed a commit that referenced this issue Oct 27, 2020
…#31892)

* Replace visually hidden span with aria-current in tests

* Remove redundant visually hidden "(current)" when `aria-current` already used

Closes #31891
ffoodd added a commit that referenced this issue Dec 9, 2020
USeless since we're using `aria-current` (see #31891).
XhmikosR pushed a commit that referenced this issue Dec 9, 2020
Useless since we're using `aria-current` (see #31891).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants