Closed Bug 582024 Opened 14 years ago Closed 9 years ago

aria spec: active-descendant should work with non-DOM descendants via aria-owns

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla45
Tracking Status
firefox45 --- fixed
b2g-v2.5 --- fixed

People

(Reporter: davidb, Assigned: surkov)

References

(Blocks 1 open bug, )

Details

Attachments

(1 file)

"Authors SHOULD ensure that the element targeted by the activedescendant attribute is either a descendant of the container in the DOM, or is a logical descendant as indicated by the aria-owns attribute."

Not sure I like this. Might WONTFIX.
Depends on: 573469
No longer depends on: 381599
Attached patch patchSplinter Review
Assignee: nobody → surkov.alexander
Attachment #8680648 - Flags: review?(yzenevich)
Comment on attachment 8680648 [details] [diff] [review]
patch

Review of attachment 8680648 [details] [diff] [review]:
-----------------------------------------------------------------

Looks good as well. Curious about the use of const for ancestor pointer?
Attachment #8680648 - Flags: review?(yzenevich) → review+
(In reply to Yura Zenevich [:yzen] from comment #2)

> Looks good as well. Curious about the use of const for ancestor pointer?

the method is const, so *this* is also const, so you cannot assign it to Accessible*
https://hg.mozilla.org/mozilla-central/rev/27ac076640c8
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: