[Webkit-unassigned] [Bug 138196] Implement :role pseudo selector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 29 16:18:32 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=138196
--- Comment #7 from Dean Jackson <dino at apple.com> ---
I think the entry point is AccessibilityObject::computedRoleString()
which, given an element/node, you get to via something like:
if (AXObjectCache* axObjectCache = node->document().axObjectCache()) {
AccessibilityObject* axObject = axObjectCache->getOrCreate(node);
...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141029/7fc53162/attachment-0002.html>
More information about the webkit-unassigned
mailing list