MDL-81265 mod_workshop: Fix accessibility issues
* Page title should be h2 * Contrasts in the table headers (for submission, assessment and grading) should be 4:1 at least
This commit is contained in:
@@ -1261,7 +1261,7 @@ class mod_workshop_renderer extends plugin_renderer_base {
|
||||
$output = '';
|
||||
|
||||
$output .= $this->render_action_buttons($workshop, $userplan);
|
||||
$output .= $this->heading(format_string($currentphasetitle), 3, null, 'mod_workshop-userplanheading');
|
||||
$output .= $this->heading(format_string($currentphasetitle), 2, null, 'mod_workshop-userplanheading');
|
||||
$output .= $this->render($userplan);
|
||||
$output .= $this->view_submissions_report($workshop, $userplan, $page, $sortby, $sorthow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user