[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 14:48:03 PDT 2013


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





--- Comment #18 from Samuel White <samuel_white at apple.com>  2013-09-10 14:47:16 PST ---
(In reply to comment #16)
> (From update of attachment 211155 [details])
> 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.

Thanks for the tip.

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