User tests: Successful: Unsuccessful:
Pull Request for Issue #46446
This PR sepaprates Legend of the fieldset and label of a field
I a frontend login form click the "forgot password" link.
The label of the fieldset is used for a legend. If there is no label, there would not be a legend at all, which is an a11y issue.
A legend is not an instruction but summarises the content of a fieldset.
This PR adds a legend for the fieldset, if there is a label or not.
### Expected result AFTER applying this Pull Request
Note:
If this is accepted, same change is needed for similiar pages.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End com_users Language & Strings |
@Kostelano it already says that
@Kostelano it already says that
I didn't see it at first, now I see it
I have tested this item ✅ successfully on 70e4a33
It is an enhancment.
it has to be made for 6.1 because there is a NEW language string (unfortunately)
But it could be made for 5.4 if you re-use the existing string COM_USERS_RESET which for me would be better as it really is a bug fix.
Thanks @brianteeman, will do this. I also see that the fieldset label is not necessary at all.
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-11-17 15:17:54 |
| Closed_By | ⇒ | chmst | |
| Labels |
Added:
Language Change
PR-6.0-dev
|
||
The same issue is on the Login reminder page.
Can we fix this and do the same?