[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:27:06 PDT 2013


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





--- Comment #16 from chris fleizach <cfleizach at apple.com>  2013-09-09 11:26:20 PST ---
(In reply to comment #15)
> (In reply to comment #14)
> > (From update of attachment 211059 [details] [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.

We should probably make those cases use a different value like <input value='A'> so that if something that like that happens
1) it's very clear
2) we won't run the risk of s0 not applying and value applying, and the test NOT failing

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