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 8907 - Ensure that a controls relationship is set in tab/tabpanel relation
Summary: Ensure that a controls relationship is set in tab/tabpanel relation
Status: RESOLVED WONTFIX
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC Windows XP
: P1 normal
Target Milestone: ---
Assignee: Andi Snow-Weaver
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-09 14:51 UTC by Andi Snow-Weaver
Modified: 2010-05-04 18:43 UTC (History)
1 user (show)

See Also:


Attachments

Description Andi Snow-Weaver 2010-02-09 14:51:14 UTC
Created from Issue 80: http://www.w3.org/WAI/PF/Group/track/issues/80

Per the November 24 ARIA working group meeting ensure the implementer's guide establishes a controls relationship between tab and tabpanel when the labelledby relationship is set.

2009-05-13 15:35:43: The UAIG currently has the following:

Forward relations:
* aria-labelledby maps to RELATION_LABELLED_BY
Reverse relations:
* If aria-labelledby points to the element: expose RELATION_LABEL_FOR

Are you suggesting that these also need to map to RELATION_CONTROLLER_FOR and RELATION_CONTROLLED_BY for tab/tabpanel?
Comment 1 David Bolter 2010-05-04 14:24:37 UTC
(In reply to comment #0)
> Are you suggesting that these also need to map to RELATION_CONTROLLER_FOR and
> RELATION_CONTROLLED_BY for tab/tabpanel?

Firefox will expose this if aria-controls is supplied.
Comment 2 David Bolter 2010-05-04 14:25:38 UTC
We think this belongs in the authoring best practices document.
Comment 3 David Bolter 2010-05-04 14:44:20 UTC
Filed tracker http://www.w3.org/WAI/PF/Group/track/issues/413