RESOLVED FIXED 113939
AX: Make SVG Group containers accessible elements
https://bugs.webkit.org/show_bug.cgi?id=113939
Summary AX: Make SVG Group containers accessible elements
chris fleizach
Reported 2013-04-04 09:32:47 PDT
SVG <g> elements are 1) not exposed in the AX hierarchy 2) do not expose the <title> attribute as descriptive text (well no SVG element does either) 3) do not respond to hit-testing.
Attachments
patch (16.63 KB, patch)
2013-04-04 14:16 PDT, chris fleizach
simon.fraser: review+
chris fleizach
Comment 1 2013-04-04 14:16:20 PDT
David Kilzer (:ddkilzer)
Comment 2 2013-04-05 11:12:32 PDT
Comment on attachment 196526 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=196526&action=review This looks okay to me (just some extremely minor nits below), but I'd like someone with more hit testing knowledge to look at the changes. > Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1190 > + Node* node = this->node(); Technically, if you turn off both SVG and MATHML, this will cause a compiler warning about an unused variable. In practice, I don't think we'll do either. :) > Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1382 > + Node* node = this->node(); Ditto.
chris fleizach
Comment 3 2013-04-05 14:55:58 PDT
Addressed David's comments http://trac.webkit.org/changeset/147801
Note You need to log in before you can comment on or make changes to this bug.