This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6888 - aria-owns for ATK/AT-SPI and IAccessible2
Summary: aria-owns for ATK/AT-SPI and IAccessible2
Status: RESOLVED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC All
: P1 normal
Target Milestone: ---
Assignee: David Bolter
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 17:38 UTC by Andi Snow-Weaver
Modified: 2009-09-15 14:18 UTC (History)
2 users (show)

See Also:


Attachments

Description Andi Snow-Weaver 2009-05-08 17:38:23 UTC
3.6.3 Relations: aria-owns: explain what to do for ATK/AT-SPI and IAccessible2

Talk to Rich about this.
Comment 1 David Bolter 2009-05-08 18:39:02 UTC
Firefox exposes RELATION_NODE_CHILD_OF
Comment 2 David Bolter 2009-05-08 18:53:35 UTC
(In reply to comment #1)
> Firefox exposes RELATION_NODE_CHILD_OF
> 

Mappings
IAccessible2: IA2_RELATION_NODE_CHILD_OF
ATK: RELATION_NODE_CHILD_OF

[Aside: Note ideally this should also work when using MSAA accNavigate extensions NAVRELATION_NODE_CHILD_OF]
Comment 3 Andi Snow-Weaver 2009-08-06 20:45:46 UTC
The element pointed to by aria-owns exposes IA2_RELATION_CHILD_NODE_OF. Does the element containing aria-owns expose IA2_RELATION_PARENT_WINDOW_OF?
Comment 4 Andi Snow-Weaver 2009-08-06 20:48:06 UTC
Rich and I think aria-owns should map to IA2_RELATION_PARENT_WINDOW_OF. Does FF actually do this? Does ATK have a similar relation?
Comment 5 David Bolter 2009-09-14 18:03:11 UTC
(In reply to comment #4)
> Rich and I think aria-owns should map to IA2_RELATION_PARENT_WINDOW_OF. Does FF
> actually do this?

I think that seems right, and no FF doesn't do this yet (!).

> Does ATK have a similar relation?
> 

Yes "ATK_RELATION_PARENT_WINDOW_OF"


This is all best captured in our table(s) right?
Comment 6 Andi Snow-Weaver 2009-09-15 14:18:42 UTC
The table actually refers to the Relations section (currently 3.6.3).