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 11810 - Correct actions for treeitem
Summary: Correct actions for treeitem
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: Andi Snow-Weaver
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 14:52 UTC by Andi Snow-Weaver
Modified: 2011-01-19 18:27 UTC (History)
1 user (show)

See Also:


Attachments

Description Andi Snow-Weaver 2011-01-19 14:52:51 UTC
James' comment: 

5.7. Actions
(Default action table)
"treeitem		 activate + expand/collapse"

This is two actions not one. Either remove treeitem from table, or change to:
"treeitem		 activate or expand/collapse, as defined by the web application author"
Comment 1 David Bolter 2011-01-19 17:35:26 UTC
For this table, since the column says default action, we can just have "activate". (In Firefox the default action is "activate". The second action is either "expand" or "collapse" depending on tree state)

Note the app author doesn't specify these programmatic values in ARIA 1.0.
Comment 2 Andi Snow-Weaver 2011-01-19 18:27:26 UTC
Removed "+ expand/collapse"