?
avatar pl71
pl71
13 Oct 2014

Steps to reproduce the issue

Breadcrumbs module

Expected result

span class="divider" >< img src="/media/system/images/arrow.png" alt="arrow"

Actual result

span class="divider" >< img src="/media/system/images/arrow.png" alt=""

System information (as much as possible)

Joomla 3.3.6

Additional comments

proposal for breadcrumbs/helper.php:

$_separator = JHtml::_('image', 'system/arrow.png', 'arrow', null, true);
avatar pl71 pl71 - open - 13 Oct 2014
avatar brianteeman
brianteeman - comment - 13 Oct 2014

http://www.abilitynet.org.uk/blog/five-golden-rules-compliant-alt-text
Decorative images should have empty alt text.

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4658.

avatar pl71
pl71 - comment - 14 Oct 2014

More or less this is inline image.

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4658.

avatar brianteeman
brianteeman - comment - 14 Oct 2014

Sorry I disagree - it is not an inline image as per the example you link to. It is a purely decorative image

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4658.

avatar Bakual
Bakual - comment - 14 Oct 2014

Imagine what you want to hear when a screen reader reads the path. That is basically what should be there in the alt attribute.

  • "You are here: menuitem arrow submenuitem arrow category arrow article"
  • "You are here: menuitem submenuitem category article"

I would probably prefer the second one.
"Arrow" would be wrong anyway since it could be whatever since it is overrideable by the template.

avatar brianteeman
brianteeman - comment - 14 Oct 2014

That is why it is called decorative images

On 14 October 2014 15:19, Thomas Hunziker notifications@github.com wrote:

Imagine what you want to hear when a screen reader reads the path. That is
basically what should be there in the alt attribute.

  • "You are here: menuitem arrow submenuitem arrow category arrow article"
  • "You are here: menuitem submenuitem category article"

I would probably prefer the second one.
"Arrow" would be wrong anyway since it could be whatever since it is
overrideable by the template.


Reply to this email directly or view it on GitHub
#4658 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar pl71
pl71 - comment - 14 Oct 2014

OK, agree.

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4658.

avatar zero-24 zero-24 - close - 14 Oct 2014
avatar zero-24 zero-24 - close - 14 Oct 2014
avatar zero-24 zero-24 - close - 14 Oct 2014
avatar jissues-bot
jissues-bot - comment - 14 Oct 2014
avatar jissues-bot jissues-bot - close - 14 Oct 2014
avatar brianteeman brianteeman - change - 14 Oct 2014
Status New Closed
avatar jissues-bot jissues-bot - change - 14 Oct 2014
Closed_Date 0000-00-00 00:00:00 2014-10-14 14:37:51
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Removed: ?
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment