[webkit-reviews] review denied: [Bug 69736] Wrapped <label> elements aren't reported by screen readers : [Attachment 110326] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 00:11:32 PDT 2011


chris fleizach <cfleizach at apple.com> has denied  review:
Bug 69736: Wrapped <label> elements aren't reported by screen readers
https://bugs.webkit.org/show_bug.cgi?id=69736

Attachment 110326: Patch
https://bugs.webkit.org/attachment.cgi?id=110326&action=review

------- Additional Comments from chris fleizach <cfleizach at apple.com>
Changing <label> to be static text will cause all elements inside the <label>
to be lost. Thus <label>label<input></label> will not report the <input> as an
element, which will be a regression.

I just tested that website with VoiceOver on Lion, and it seems that VoiceOver
reads all of the labels for the input fields. What is motivating this change?


More information about the webkit-reviews mailing list