Closed
Bug 543932
Opened 15 years ago
Closed 8 years ago
expose onmouseover/out and :hover pseudo file via accessible actions
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: surkov, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: [auto-closed:inactivity])
spun off bug 423409
If the element has registered onmouseover or onmouseout event listeners or it is styled by :hover pseudo style then we should expose two accessible actions: "mouseover" and "mouseout".
Comment 1•15 years ago
|
||
Alexander, are you taking this one?
Reporter | ||
Comment 2•15 years ago
|
||
I don't think so. It's not quick to fix like bug 543931. It should require to fix the bug 482459 before and investigate how can we track styles in nice way. So until this bug is urgent for AT I will prefer to take care about the things that are closer to our current goals.
Comment 3•15 years ago
|
||
Yes. I think looking for the handlers is the easier part of this patch, but I worry about where we should put the mouse if the AT indicates the mouseout action. I guess back where it was previously.
Comment 4•8 years ago
|
||
AUTO-CLOSED. This bug untouched for over 2000 days. Please reopen if you can confirm the bug and help it progress.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [auto-closed:inactivity]
You need to log in
before you can comment on or make changes to this bug.
Description
•