[Webkit-unassigned] [Bug 78535] Remove or deprecate tab group role

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 19:14:14 PDT 2013


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


James Craig <james at cookiecrook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |aaronlevbugs at gmail.com
                   |kit.org                     |
                 CC|                            |aaronlevbugs at gmail.com,
                   |                            |james at cookiecrook.com




--- Comment #1 from James Craig <james at cookiecrook.com>  2013-10-23 19:13:00 PST ---
WebCore only uses the "tablist" role:

.//Source/WebCore/accessibility/AccessibilityObject.cpp:
 1544:         { "tablist", TabListRole },

Do you have a reference to a file where you see this other constant defined?

If you're talking about the platform role "AXTabGroup", that predates ARIA. If you're talking about the AXRoleDescription "tab group" (which is not actually spoken by VO b/c VO lands on the Tabs, not the group), that's a platform-specific localized user string, and matches conventions for the OS X platform. That string is actually pulled from AppKit, so it's not even in the WebKit source.

I believe this bug should be closed as RESOLVED > WORKSFORME. Sending to Aaron to close or will close later if no response received.

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