[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 10:22:29 PDT 2013


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





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

> Source/WebCore/accessibility/AccessibilityObject.cpp:1348
> +    DEFINE_STATIC_LOCAL(const AtomicString, invalidStatusGrammar, ("grammar", AtomicString::ConstructFromLiteral));

we probably don't need statics for these (as per recent discussions on webkit-dev) - we can probably switch these to just ASCIILiterals inline

> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:303
> +    if (!invalidStatus.isEmpty() && invalidStatus != "false") {

invalidStatus should never be empty now right?

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