User tests: Successful: 0 Unsuccessful: 0
Pull Request for Issue # .
When adding a thumbnail image for a contact it was hard coded to use the contact name as the alt text description. This is an invalid use of the alt text description.
This PR adds the ability to create your own valid alt text description or to mark it as a decorative image
Doing this in a way that is backwards compatible is challenging - still testing that
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 | ⇒ | Administration com_contact Language & Strings Front End SQL Installation |
Labels |
Added:
Language Change
PR-5.3-dev
|
Category | Administration com_contact Language & Strings Front End SQL Installation | ⇒ | SQL Administration com_admin Postgresql com_contact Language & Strings Front End Installation |
@ChristineWk thanks for testing but this is still a draft and not ready for testing
@chmst The problem here is what do we do with existing contacts?
On a new contact image it would behave the same as a new article image. If there is an alt text description then it is used. If the checkbox for decorative is checked then an empty alt text description is used and if neither field is entered then no alt description is provided.
The problem is that on an existing site you do have an alt text description on all contact images generated from the contact title. We know thats not a good alt text description but I also dont believe we should alter an existing sites data by removing that. With the current code proposal all existing contact images would have their alt text removed making an existing site potentially less accessible than it was before.
Labels |
Added:
Feature
|
I have tested this item ✅ successfully on 31c8bfc
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44502.