Commit 4367ce6
authored
[5.0] Missing 'scope' attribute (#41753)
Associating <table> headers, i.e. <th> elements, with their <td> cells enables screen readers to announce the header prior to the data. This considerably increases the accessibility of tables to visually impaired users.
The scope=col is missing from the folder column of the Extensions: Update view
If you dont have any extensions listed as needing an update then you can install the German lang pack and this will trigger an entry
Code review or view source will show that the "folder" column is missing a scope before this PR1 parent 1ebc734 commit 4367ce6
File tree
1 file changed
+1
-1
lines changed- administrator/components/com_installer/tmpl/update
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments