[Webkit-unassigned] [Bug 117651] <meter> element text value exposed as AXTitle; should be exposing AXValueDescription

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 13:59:26 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117651





--- Comment #3 from chris fleizach <cfleizach at apple.com>  2013-09-06 13:58:42 PST ---
(From update of attachment 210794)
View in context: https://bugs.webkit.org/attachment.cgi?id=210794&action=review

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:2251
> +        RenderObject* renderer = m_object->renderer();

i think we should add a isMeterElement() method in AccessibilityObject, so we don't have to check the renderer() object in the platform
that will also allow us to remove the ENALBE(METER_ELEMENT) check here. that can just be moved inside isMeterElement()

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:2615
> +        RenderObject* renderer = m_object->renderer();

ditto

> LayoutTests/accessibility/meter-element.html:28
> +        debug(meter.valueDescription);

we should probably append "AXValueDescription" in the logging here so that we know what's being output in the expected results

-- 
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