[Webkit-unassigned] [Bug 122015] [ATK] Expose aria-invalid as a text attribute (not object attribute)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 09:07:27 PDT 2013


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





--- Comment #10 from chris fleizach <cfleizach at apple.com>  2013-10-01 09:06:22 PST ---
(From update of attachment 212986)
View in context: https://bugs.webkit.org/attachment.cgi?id=212986&action=review

> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:308
> +        String invalidValue = invalidStatus == "spelling" || invalidStatus == "grammar" ? invalidStatus : "true";

I feel like this logic might be better served if it's in WebCore. the platforms shouldn't have to worry about this level of ARIA detail.

I think we should have a new method, isInvalid() that takes care of this logic (since it appears that GTK doesn't want the actual string like Mac does)

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