Open Bug 1359045 Opened 8 years ago Updated 3 years ago

A container's active descendant should expose ATK_STATE_FOCUSABLE in addition to ATK_STATE_FOCUSED

Categories

(Core :: Disability Access APIs, defect, P3)

Unspecified
Linux
defect

Tracking

()

People

(Reporter: jdiggs, Unassigned)

Details

Steps to reproduce: 1. Load data:text/html,<div tabindex="0" aria-activedescendant="bob" role="application"><div id="bob">Hello world</div></div> 2. Press Tab to give focus to the parent div 2. Use Accerciser to examine the stateset of the element with id of "bob" Expected results: the element's state set would contain both STATE_FOCUSED and STATE_FOCUSABLE Actual results: the element's state set only contains STATE_FOCUSED
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.