[Webkit-unassigned] [Bug 94858] AX: Regression (r126369) - toggle buttons no longer return accessible titles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 14:50:57 PDT 2012


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





--- Comment #2 from Dominic Mazzoni <dmazzoni at google.com>  2012-08-23 14:50:55 PST ---
(In reply to comment #1)
> yea it sounds like we should audit isButton() usage and it should be
> 
> return ButtonRole || PopUpButtonRole || ToggleButton;

At first glance it looks like we could just modify isButton - it's only used in 3 places and I think they'd all be fine with matching all 3 roles. Then we can use isButton throughout.

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