[Webkit-unassigned] [Bug 120814] AX: Self-referencing aria-labelledby only uses contents.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 10 02:20:29 PDT 2013


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





--- Comment #19 from Mario Sanchez Prada <mario at webkit.org>  2013-09-10 02:19:43 PST ---
(From update of attachment 211060)
View in context: https://bugs.webkit.org/attachment.cgi?id=211060&action=review

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1741
> +    const AtomicString& value = element->fastGetAttribute(valueAttr);
> +    if (!value.isEmpty())
> +        return value;

As I mention before, I think this not covering properly the case for HTMLInputElement that's being removed, since you might find it not working properly in cases such as text fields with a limit on the number of characters, as well as range and number input types. So, I believe it would be better to keep that snippet as a specific case before going for the generic case here.

What do you think?

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