From 836a4c0bd6b93499304f9814a946dd065cb01bef Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 14 Oct 2020 11:59:43 +0100 Subject: [PATCH] Remove redundant visually hidden "(current)" from pagination controls (#31892) * Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891 --- js/tests/visual/dropdown.html | 2 +- js/tests/visual/modal.html | 2 +- site/content/docs/5.0/components/pagination.md | 17 ++++------------- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index a7ceb32e21ab..fcbe067ae968 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -19,7 +19,7 @@

Dropdown Bootstrap Visual Test