[Webkit-unassigned] [Bug 157219] New: AX: @aria-label attribute should work on <label> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 17:50:24 PDT 2016


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

            Bug ID: 157219
           Summary: AX: @aria-label attribute should work on <label>
                    element
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: n_wang at apple.com
                CC: n_wang at apple.com, webkit-bug-importer at group.apple.com

In case:
<label for="txtBox1" aria-label="Enter date in format MM/DD/YY">Date:</label>
<input id="txtBox1" />

I would expect the value specified in the aria-label attribute to supersede the actual value of the label. I.e. I would expect VoiceOver to announce "Enter date in format MM/DD/YY". Instead the base value is announced ("Date").

<rdar://problem/15199588>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160430/9ffd997c/attachment.html>


More information about the webkit-unassigned mailing list