This is an automated email from the git hooks/post-receive script. New commit to branch ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 0d9c6104c643f14efeffe5cf639cf56be20dcaa9 Author: jcouteau <couteau@codelutin.com> Date: Wed Dec 12 15:04:34 2018 +0100 Improve Vote for blinds - Explicit alt and title on choice images using description --- pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html index 3e027b21..871a1917 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html @@ -40,7 +40,8 @@ import "../components/MultiLineLabel.tag.html"; </span> <div class="choice-ressource" if={opts.choice.choiceType === "RESOURCE" && meta && isImage()}> - <img class="image-preview" src="{resourceService.getPreviewUrl(opts.choice.choiceValue)}" alt="_t.imagePreview"/> + <img class="image-preview" src="{resourceService.getPreviewUrl(opts.choice.choiceValue)}" + alt="{opts.choice.description}" title="{opts.choice.description}"/> </div> <div class="choice-ressource" if={opts.choice.choiceType === "RESOURCE" && meta && !isImage()}> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.