Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 960461

Summary: 508-A Toolbar menu items backgroud images do not have ALT text values
Product: [JBoss] JBoss Enterprise Portal Platform 6 Reporter: Dominik Pospisil <dpospisi>
Component: PortalAssignee: Lucas Ponce <lponce>
Status: CLOSED CURRENTRELEASE QA Contact: Dominik Pospisil <dpospisi>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.0.0CC: epp-bugs
Target Milestone: ---   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-07 14:24:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 960060    
Attachments:
Description Flags
toolbar icons none

Description Dominik Pospisil 2013-05-07 08:41:54 UTC
Toolbar menu items backgroud images do not have ALT text values assigned.

This violates 508 certification requirements: ยง 1194.22 (a) Text Equivalents
Provision a text equivalent for every non-text element shall be provided (e.g., via "alt", "LongDesc", or in element content).

Comment 1 Dominik Pospisil 2013-05-07 08:45:18 UTC
Created attachment 744606 [details]
toolbar icons

Comment 2 Lucas Ponce 2013-05-09 09:25:38 UTC
Fixed in GateIn master.
https://issues.jboss.org/browse/GTNPORTAL-2983

Comment 3 JBoss JIRA Server 2013-05-10 06:23:01 UTC
Lucas Ponce <ponce.ballesteros> made a comment on jira GTNPORTAL-2983

Summary of changes: adding title="<description>" attribute in those <a> <div> elements that use background images in their style.

Comment 4 Lucas Ponce 2013-05-13 14:26:16 UTC
According with XHTML reference:

http://xhtml.com/en/xhtml/reference/div/#div-attributes

"title" attribute can be used:

"Assistive technologies may make this information available to users as additional information about the element."

So, for <div> or <a> tags that uses images in the css background we will use this workaround to display an alternative text.

Comment 5 JBoss JIRA Server 2013-05-16 09:10:57 UTC
Thomas Heute <theute> made a comment on jira GTNPORTAL-2983

+1 to merge