VoiceOver Mac announcing label name twice when label wraps the input
VoiceOver Mac announcing label name twice when label wraps the input
- Subject: VoiceOver Mac announcing label name twice when label wraps the input
- From: "Drake, Ted via Accessibility-dev" <email@hidden>
- Date: Fri, 2 Aug 2024 19:30:21 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intuit.com; dmarc=pass action=none header.from=intuit.com; dkim=pass header.d=intuit.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=qQ6L1TPvJsabIKcmVFjijNY5dN7EVtDH+qMmq2Mv7ms=; b=GF88Sz/AAZO8CmI7tSF7zb7ezYaqOj9tv2ZyXxXgVRgXCX9QmfQ9d7gMM1YrQUTbfhxgReQ0RvpnxU2XDdd4NU5OYsKQc1olg4rAIrh9Y3pDMdoHJ31bi8jPFJpiFhjlyouyq2L7kJAXHxCR4kAAGbxXAEOUg0y6W224PBnxCS77CRCookqmoDm3UrNGXsDhMMTIjE1n5jnMQF8qP07vvE4BMCohlACWihNcN6sYMTeMvbhNXNi35UwtQG1x1+C5rSZv4Afc9eGRYkSScMuWGSKHp7zk+h+2a6pTDBaP0E4kEkAtgjtVLNNwKzitaKN1KL+XT9D6T2kxgS550bi+PQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=cfuL9iMDK3UMsuh9znS7EypME/c2+jR+O0jivAlnbNQfFP+KI3bF4qFuWHVtNxX7kPp2iSKgXaDZxTFBUJaw5zSiQZFlT+tH/FBs4ffqp+cyc3ZiJxOWi3oZD5OAMOeqJljL4+wEgpP846l+2FVlJkl4JKYMDGvJtCEMpz8WsE1bqqxjv24ea2kL1qRV+34zcbRVDXoko86GtDR0zC60gZbqHqMwuvik6y/PNDTcJj/blHJSC+Z1o2PIlf4XON6JOYYuGkC14vTZv1DO7aph2S64Prb8VAyu0B9Ho0GhZF/iCRfmW6hUpM+wdAS+kx06eDsmHd5MifHE0JBp8EX2LA==
- Ironport-data: A9a23:4t1Vjqj+DRpkANQwN3rhzOUrX161aBEKZh0ujC45NGQN5FlHY01je htvW2DXOK6JMGagLt9waIS/9BkB7MDWm9U2S1Bv/y5kECoW8JqUDtmndUqhZCn6wu8v7a5EA 2fyTvGacajYm1eF/k/F3oDJ9CQ6iOfRAOKhVYYoAwgpLSd8UiAtlBl/rOAwh49skLCRDhiE/ Nj/uKUzAnf9s9JPGjxSs/PrRC9H5qyo5GtI5gZmOJingXeF/5UrJMNGTU2OByugKmVkNrbSb /rOyri/4lTY838FYvu5kqz2e1E9WbXbOw6DkBJ+A8BOVTAb+0Teeo5iXBYtQR8/Zwehxrid+ /0U3XCEcjrFC4WX8Agrv7u0JAklVUFO0OevzXFSKqV/xWWeG5fn660G4E3boeT0Uwu4aI1D3 aVwFdwDUvyMr92ynpP4ZsBWv5sEKNjOYoUFvCg+5wiMWJ7KQbibK0nLzflx+W5qw+VxR7PZb cdfbidzZhPdZREJIk0QFJ81gOavgD/4biFcr1WW46Ew5gA/ziQoiOSrbIWTJILMGZk9ckWw/ woq+0zFDx0tGMaWyjet83Swm+7T2yj8Xer+EZXhpqcx3AfImAT/DjVODGCq/d6SgXTjcOoDC G8503V2gK49oRnDot7VGkfQTGS/lhcXUNdLCOww6QWM1ruR7wuHLmwFVSJaLtU+rMs7Azct0 ze0c8jBADVutPiQViib/7LN9zeqY3BJcSkFeDMOShYD75/7uoYvgxnTT9FlVqmoktnyHjK2y DePxMQju4guYQcw//3T1Tj6b/iE//AlkiZdCt3rY1+Y
- Ironport-hdrordr: A9a23:mx2aYaszqrsanFsLnc8eOzIa7skDrdV00zEX/kB9WHVpm62j+/ xG+c5x6faaslkssR0b9+xoQZPwI080rKQFmLX5X43DYOCWggqVxehZhOOJrgEIcBeOldK1u5 0QCZRWOZndCkV7kNa/wCTQKadc/DGLmprY4ts3wx1WPGdXg6sL1XYdNu9tKDwTeOCeP+tAKH NL3Ls9mwad
- Thread-topic: VoiceOver Mac announcing label name twice when label wraps the input
Hi everyone
We have used the wrapped label structure many times at Intuit. We’ve noticed
VoiceOver Mac will announce the labels value twice when an input is focused.
Here’s simplified code:
<label> Name
<input type="text">
</label>
It would be announced as “Name Name edit text”
This is especially true with VoiceOver + Safari. To solve this, we’d need to
put an aria-label on the input.
I’ve created a test page:
http://tests.last-child.com/wrapped-connected-labels.html
Is this a known issue with VoiceOver Mac? Should we create a bug for this?
We’ve tested with NVDA, JAWS, and iOS Voiceover without a problem.
Thank you
Ted Drake | Accessibility and Inclusive Design Leader, IDS
Cell Phone: (650) 245-4825
Email: email@hidden<mailto:email@hidden>
Intuit products are more than web, desktop, and mobile applications. We build
the products that enable people to live independent lives. They manage their
finances, start businesses, hire employees, and develop their careers. Our goal
within the Intuit Accessibility team is to ensure our products reach everyone,
regardless of their physical, sensory, or cognitive ability.
Intuit | Powering Prosperitytm
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden