[Webkit-unassigned] [Bug 99985] [GTK] Don't use deprecated AccessibilityObject methods after r99502

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 09:49:23 PDT 2012


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





--- Comment #3 from Dominic Mazzoni <dmazzoni at google.com>  2012-10-22 09:50:25 PST ---
(From update of attachment 169888)
View in context: https://bugs.webkit.org/attachment.cgi?id=169888&action=review

> Source/WebCore/accessibility/gtk/WebKitAccessibleUtil.cpp:125
> +        // probably be in the description field since it's not "visible".

This also sounds Mac-specific. Does ATK have the similar rule?

On Mac, the basic rule seems to be:
* Title = whatever's visible, unless overridden
* Description = alternate text

On Windows, the basic rule would be described as:
* Name = primary title
* Description = secondary title

I thought ATK was more similar to Windows in this regard.

The implementation I'm planning for Chromium (Win and hopefully ATK) is simpler - just take the first valid string for the name, second valid string for the description.

Of course, that's likely to break some tests. That's why I'd like to see a test helper function that's cross-platform rather than testing title/description as if they were cross-platform when in reality they differ.

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