User tests: Successful: Unsuccessful:
Pull Request for Issue #30214 .
This PR has influence on the installation of Joomla.
Once you get on _ Install Additional Languages_ it will add a screen reader only text to the table head of the first column of the table shown.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Installation Language & Strings |
| Title |
|
||||||
While I obviously disagree with the need for this it is not correct markup.
If it is a table heading then it must be a th and not a td. You can also not have a scope on a td
thank you for your feedback. I will update my PR.
| Labels |
Added:
?
?
|
||
The code now does what it says it will do
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-16 11:23:10 |
| Closed_By | ⇒ | rdeutz | |
| Labels |
Added:
?
|
||
While I obviously disagree with the need for this it is not correct markup.
If it is a table heading then it must be a th and not a td. You can also not have a scope on a td