Skip to content

Commit cb736cc

Browse files
authored
[4.0] Workflow missing scope [a11y] (#32258)
all th elements in this table should have a scope attribute. These cells should contain a scope attribute to identify their association with td elements. The name column was missing this attribute. There is no visual change
1 parent 3e8dd5e commit cb736cc

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_workflow/tmpl/workflows

1 file changed

+1
-1
lines changed

administrator/components/com_workflow/tmpl/workflows/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<th scope="col" class="w-1 text-center">
7979
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'w.published', $listDirn, $listOrder); ?>
8080
</th>
81-
<th>
81+
<th scope="col">
8282
<?php echo HTMLHelper::_('searchtools.sort', 'COM_WORKFLOW_NAME', 'w.title', $listDirn, $listOrder); ?>
8383
</th>
8484
<th scope="col" class="w-10 text-center d-none d-md-table-cell">

0 commit comments

Comments
 (0)