You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is the alt-tag-behavior issue/PR plone/plone.app.contenttypes#700 which aims to add a behavior for images to edit alt tags. We should jump on that and fix this issue together with the other one.
The text was updated successfully, but these errors were encountered:
According to WAI standards from my understanding, the
alt
andtitle
should not contain the same content - both are read aloud by screen readers.In
plone.namedfile.scaling.ImageScale.tag
thealt
andtitle
attribute are set to the image title (self.title
) if both are empty: https://github.com/plone/plone.namedfile/blob/master/plone/namedfile/scaling.py#L157This is wrong and should be fixed.
There is the alt-tag-behavior issue/PR plone/plone.app.contenttypes#700 which aims to add a behavior for images to edit alt tags. We should jump on that and fix this issue together with the other one.
The text was updated successfully, but these errors were encountered: