[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
Tue Sep 10 02:58:20 PDT 2013


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





--- Comment #16 from Mario Sanchez Prada <mario at webkit.org>  2013-09-10 02:57:33 PST ---
(From update of attachment 211155)
View in context: https://bugs.webkit.org/attachment.cgi?id=211155&action=review

> Source/WebCore/accessibility/AccessibilityObject.cpp:545
> +    return false;

We will get a warning (that might be treated as an error) in some platforms if you don't put this return inside an #else branch, due to it being an unreachable statement when METER_ELEMENT is enabled.

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