MDL-68550 output: Improve accessibility of the paging bar

The use of aria-current is based on the example at
https://design-system.w3.org/components/pagination.html
This commit is contained in:
Shamim Rezaie
2022-11-10 06:06:02 +11:00
parent 155ee75905
commit e29007d679
4 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ class tablelib_test extends \advanced_testcase {
$headers = $this->generate_headers(2);
// Search for pagination controls containing 'page-link"\saria-label="Next"'.
$this->expectOutputRegex('/page-link"\saria-label="Next page"/');
$this->expectOutputRegex('/Next page/');
$this->run_table_test(
$columns,