From e5fdb1073e6fa0c8a8d67aaa3ec4a6c1e8c4534e 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/docs/4.5/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 e8dd3520ded7..da1e7d6a35cb 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -19,7 +19,7 @@

Dropdown Bootstrap Visual Test