mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-80831 behat: Re-enable target-size rule for accessibility tests
This commit is contained in:
parent
d32844ce29
commit
89c6376fcc
@ -218,12 +218,6 @@ EOF;
|
||||
'type' > 'tag',
|
||||
'values' => array_merge($standardtags, $extratags),
|
||||
],
|
||||
// TODO: MDL-80831 - Disable the target-size rule for now until we start working towards WCAG 2.2 Level AA compliance.
|
||||
'rules' => [
|
||||
'target-size' => [
|
||||
'enabled' => false,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user