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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user