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

Bug 960078

Summary: 508-A Administration / Application Registry page edit icons do not have ALT text value assigned
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:23:35 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: 960062    
Attachments:
Description Flags
Screenshot showing problematic icons none

Description Dominik Pospisil 2013-05-06 14:32:57 UTC
Administration / Application Registry page edit icons do not have ALT text value 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-06 14:37:58 UTC
Created attachment 744173 [details]
Screenshot showing problematic icons

Comment 2 Lucas Ponce 2013-05-08 15:44:49 UTC
There is title="" attributes for icons in current master showing a tooltip description.

As images are part of the css and we cannot add alt="" attributes in images, title="" attribute workaround can be valid.

Please, could you confirm this ?

Thanks,
Lucas

Comment 3 JBoss JIRA Server 2013-05-10 06:22:59 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:13:51 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:55 UTC
Thomas Heute <theute> made a comment on jira GTNPORTAL-2983

+1 to merge