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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 9 11:24:46 PDT 2013


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





--- Comment #15 from Samuel White <samuel_white at apple.com>  2013-09-09 11:24:00 PST ---
(In reply to comment #14)
> (From update of attachment 211059 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=211059&action=review
> 
> > LayoutTests/accessibility/self-referencing-aria-labelledby.html:28
> > +<input aria-label="X" aria-labelledby="t6 s0 s1" class="test" id="t6" type="button" value="Y">
> 
> is this input field pulling the Y value from s0 or from the value?

s0 and s1 get applied to all tests. So if the Y came from value we would generate a label of Y Y Z which would fail. Every test should result in a label of X Y Z.

So this test makes sure aria_label takes precedence over value.

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