Bug 201668 - Allow Specification of Alt= Tags on All Report Items for Improved Accessibility
Summary: Allow Specification of Alt= Tags on All Report Items for Improved Accessibility
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.3.0 M6   Edit
Assignee: JingwenShen CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks: 216842
  Show dependency tree
 
Reported: 2007-08-29 18:54 EDT by Krishna Venkatraman CLA
Modified: 2008-06-02 10:44 EDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krishna Venkatraman CLA 2007-08-29 18:54:13 EDT
In order to improve accessibility this project provides the ability to specify 'Alt' tags for all report items.
Comment 1 Zhiqiang Qian CLA 2007-10-17 02:40:26 EDT
Need model support first.
Comment 2 Rima Kanguri CLA 2008-01-28 19:45:07 EST
Please reassign to BIRT engine after model part is done.
Comment 3 Rick Lu CLA 2008-03-04 04:03:29 EST
Model needs to do:

1. add summary properties on Table, Grid, 
2. add caption on Grid
3. add toolTip property to the hyperlink -- Action structure.
Comment 4 Rick Lu CLA 2008-03-05 02:48:58 EST
Added properties as comment#3. Reassign.
Comment 5 Chen Chao CLA 2008-03-11 03:02:22 EDT
Finish alt text part.

Rima, please give me Hyperlink builder dialog mockup to modify hyperlink part, thanks.
Comment 6 Zhiqiang Qian CLA 2008-03-17 23:56:56 EDT
Engine Need add get/setSummary() methods in ITableContent interface.
Comment 7 JingwenShen CLA 2008-03-19 03:38:02 EDT
1. add get/setCaption() methods for grid

2. add get/setCaptionKey() methods for grid

3. add get/setSummary() methods for grid and table

4. add get/setTooltip() methods for hyperlink

Comment 8 Krishna Venkatraman CLA 2008-06-02 10:44:12 EDT
In addition this project adds Caption and Summary properties to table generating report elements.