- From: Karen Lewellen <klewellen@shellworld.net>
- Date: Thu, 4 Jul 2019 21:05:18 -0400 (EDT)
- To: "Sean Murphy (seanmmur)" <seanmmur@cisco.com>
- cc: Taliesin Smith <talilief@gmail.com>, w3c WAI List <w3c-wai-ig@w3.org>
- Message-ID: <Pine.LNX.4.64.1907042101060.21845@server2.shellworld.net>
Well, another screen reader user, but not using any of the products referenced below..there are lots more after all. At its most basic, a screen reader is a talking monitor. therefore if you arrange items, labels and checkboxes alike in the most understandable order if read aloud, you serve everyone I feel speaking personally. Of course you want things ordered together, not labels interspersed with checkboxes, all of the latter managed as well with an entre key as with other types of interactions. Best, Kare On Fri, 5 Jul 2019, Sean Murphy (seanmmur) wrote: > My response is from a screen reader user point of view. Not a standards view. As standards are good, but user experience and expectation is more important. Consistency is key here by the way. > > Jaws and NVDA announces the label first then the state. In Jaws you can change the behaviour from memory. This is a screen reader functionality. Do not recall if NVDA can do the same functionality. > > > I do not recall what the Mac Voiceover says as I do not use this on a daily bases. > > > Sean Murphy > SR ENGINEER.SOFTWARE ENGINEERING > seanmmur@cisco.com > Tel: +61 2 8446 7751 > > Cisco Systems, Inc. > The Forum 201 Pacific Highway > ST LEONARDS > 2065 > Australia > cisco.com > > Think before you print. > This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. > http://www.cisco.com/c/en/us/about/legal/terms-sale-software-license-agreement/company-registration-information.html > -----Original Message----- > From: Taliesin Smith <talilief@gmail.com> > Sent: Thursday, 4 July 2019 9:00 PM > To: w3c WAI List <w3c-wai-ig@w3.org> > Subject: Considering order: labels for checkboxes and radio buttons > > Hi Folks, > For blind access and accessibility does it matter if the HTML label element comes before or after its associated input element? > > This seems like a really basic question, and I am not sure why I don’t actually have a solid answer for myself. Obvious for some control elements the label should, indeed come first, but for checkboxes, does it matter? Is there a preferred order? > > Code sample: > <label for=“my-checkbox”>My Accessible Checkbox</label> <input type=“checkbox” id=“my-checkbox” > > > <input type=“checkbox” id=“my-checkbox” > <label for=“my-checkbox”>My Accessible Checkbox</label> > > Taliesin > > >
Received on Friday, 5 July 2019 01:05:45 UTC