[Webkit-unassigned] [Bug 56655] New: [GTK] Expose the AtkValue interface for WAI-ARIA sliders
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 18 10:29:39 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56655
Summary: [GTK] Expose the AtkValue interface for WAI-ARIA
sliders
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: msanchez at igalia.com
CC: joanmarie.diggs at gmail.com
Blocks: 30796
HTML/CSS/JavaScript Sliders created using the WAI-ARIA specification should be exposed in WebKitGTK implementing the AtkValue interface, which is not happening right now.
In more detail, the following functions should be implemented:
atk_value_get_current_value
atk_value_get_maximum_value
atk_value_get_minimum_value
atk_value_set_current_value
atk_value_get_minimum_increment
Use this example as reference:
http://test.cita.illinois.edu/aria/slider/slider1.php
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list