After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711558 - Add new roles for media elements
Add new roles for media elements
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: ATK maintainer(s)
ATK maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-06 16:25 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2013-11-08 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the bug (1.28 KB, patch)
2013-11-08 12:39 UTC, Alejandro Piñeiro Iglesias (IRC: infapi00)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2013-11-06 16:25:49 UTC
There are <video> and <audio> elements, but we lack good roles for them. If we have proper, specific roles (e.g. ATK_ROLE_VIDEO and ATK_ROLE_AUDIO and the corresponding AT-SPI2 roles) then Orca could present them to end users who will immediately know what the object is.

Please and thank you. :)
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-11-08 12:39:26 UTC
Created attachment 259249 [details] [review]
Fix the bug

As soon as we agree on a proper description of the bug, I will work on the equivalent patch for atspi-core, atspi-atk and pyatspi2
Comment 2 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-11-08 15:57:46 UTC
Comment on attachment 259249 [details] [review]
Fix the bug

Committed a really similar version of this patch (also including the addition to the enum, and not just the documentation)