Closed
Bug 582024
Opened 15 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)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: davidb, Assigned: surkov)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
6.69 KB,
patch
|
yzen
:
review+
|
Details | Diff | Splinter Review |
"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.
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Updated•15 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → surkov.alexander
Attachment #8680648 -
Flags: review?(yzenevich)
Comment 2•9 years ago
|
||
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+
Assignee | ||
Comment 3•9 years ago
|
||
(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*
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 6•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•