Difference between revisions of "Accessibility/MacOSX"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Initial setup)
 
m (Known Issues: Made link more accessible)
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Category:Accessibility]]
 
 
 
This is the UNO Accessibility API <-> MacOS X Accessibly project page.
 
This is the UNO Accessibility API <-> MacOS X Accessibly project page.
 +
 +
== Milestone Planning ==
 +
 +
<table border="0">
 +
<tr bgcolor="#c0c0c0"><td>Task</td><td>Status</td><td>Milestone</td></tr>
 +
 +
<tr><td>Accessibility hierarchy including Name, Role and Description</td><td bgcolor="#00ff00">done</td><td bgcolor="#c0c0ff">M1</td></tr>
 +
<tr bgcolor="#e8e8e8"><td>Bounding rectangles and hit test</td><td bgcolor="#00ff00">done</td><td bgcolor="#c0c0ff">M1</td></tr>
 +
<tr><td>UI focus state and change notifications</td><td bgcolor="#00ff00">done</td><td bgcolor="#c0c0ff">M1</td></tr>
 +
<tr bgcolor="#e8e8e8"><td>Basic text support</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0c0">M2</td></tr>
 +
<tr><td>Action mapping</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0c0">M2</td></tr>
 +
<tr bgcolor="#e8e8e8"><td>Window attributes, orientations and boundrect notifications</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0c0">M2</td></tr>
 +
<tr><td>Text attribute support</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0c0">M2</td></tr>
 +
<tr bgcolor="#e8e8e8"><td>Tables and outline view</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0ff">M3</td></tr>
 +
<tr><td>Slider and sheets</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0ff">M3</td></tr>
 +
<tr bgcolor="#e8e8e8"><td>Complete list of supported interfaces</td><td bgcolor="#00ff00">done</td><td bgcolor="#ffc0ff">M3</td></tr>
 +
<tr><td>Performance optimizations etc.</td><td bgcolor="#00ff00">done</td><td bgcolor="#c0ffc0">M4</td></tr>
 +
</table>
 +
 +
<br>
 +
 +
<table>
 +
<tr bgcolor="#c0c0c0"><td colspan=2>Milestone</td><td>Due</td></tr>
 +
<tr bgcolor="#e8e8e8"><td bgcolor="#c0c0ff">M1</td><td>Hierarchy and focus handling</td><td>End of Nov. 07</td></tr>
 +
<tr><td bgcolor="#ffc0c0">M2</td><td>Text, text attributes and actions</td><td>Mid of Mar. 08</td></tr>
 +
<tr bgcolor="#e8e8e8"><td bgcolor="#ffc0ff">M3</td><td>Tables, outline view, slider and sheets</td><td>End of Apr. 08</td></tr>
 +
<tr><td bgcolor="#c0ffc0">M4</td><td>Optimizations</td><td>End of May 08</td></tr>
 +
</table>
 +
 +
== Change Log ==
 +
 +
2007/12/06 moved boundrect and child notifications to milestone 2 due to insufficient documentation<br>
 +
2008/02/04 VoiceOver needs text attributes for speaking documents, so moved to milestone 2. Child notifications seem not to be expected at all.<br>
 +
2008/04/08 rearranged milestones
 +
 +
== Known Issues ==
 +
[http://qa.openoffice.org/issues/buglist.cgi?issue_type=DEFECT&issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&issue_status=RESOLVED&keywords_type=anytokens&field0-0-0=blocked&type0-0-0=equals&value0-0-0=88042&cmdtype=doit&newqueryname=&order=%27%27&Submit+query=Submit+query List of known issues]
  
 
== Links ==
 
== Links ==
  
 
[http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/ Overview of the MacOS X Accessibility Infrastructure], in particular “The Mac OS X Accessibility Protocol”, “Testing for Accessibility”, “Roles and Associated Attributes”.
 
[http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/ Overview of the MacOS X Accessibility Infrastructure], in particular “The Mac OS X Accessibility Protocol”, “Testing for Accessibility”, “Roles and Associated Attributes”.
 +
 +
[http://developer.apple.com/documentation/Cocoa/Conceptual/Sheets/index.html Cocoa sheets]
 +
 +
[http://developer.apple.com/documentation/Cocoa/Conceptual/Drawers/index.html Cocoa drawer]
 +
 +
[[Category:Accessibility]]
 +
[[Category:Aqua]]
 +
[[Category:MacOSX]]

Latest revision as of 08:24, 1 October 2009

This is the UNO Accessibility API <-> MacOS X Accessibly project page.

Milestone Planning

TaskStatusMilestone
Accessibility hierarchy including Name, Role and DescriptiondoneM1
Bounding rectangles and hit testdoneM1
UI focus state and change notificationsdoneM1
Basic text supportdoneM2
Action mappingdoneM2
Window attributes, orientations and boundrect notificationsdoneM2
Text attribute supportdoneM2
Tables and outline viewdoneM3
Slider and sheetsdoneM3
Complete list of supported interfacesdoneM3
Performance optimizations etc.doneM4


MilestoneDue
M1Hierarchy and focus handlingEnd of Nov. 07
M2Text, text attributes and actionsMid of Mar. 08
M3Tables, outline view, slider and sheetsEnd of Apr. 08
M4OptimizationsEnd of May 08

Change Log

2007/12/06 moved boundrect and child notifications to milestone 2 due to insufficient documentation
2008/02/04 VoiceOver needs text attributes for speaking documents, so moved to milestone 2. Child notifications seem not to be expected at all.
2008/04/08 rearranged milestones

Known Issues

List of known issues

Links

Overview of the MacOS X Accessibility Infrastructure, in particular “The Mac OS X Accessibility Protocol”, “Testing for Accessibility”, “Roles and Associated Attributes”.

Cocoa sheets

Cocoa drawer

Personal tools