Issue metadata
Sign in to add a comment
|
ARIA description is ignored by ChromeVox if wrapped in a parent element
Reported by
ms...@egov.com,
Nov 14
|
||||||||||||||||||||||||
Issue description
Chrome Version : 71.0.3578.44
OS Version: OS X 10.14.1
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari:
Firefox:
IE/Edge:
What steps will reproduce the problem?
1. Install and enable ChromeVox extension
2. Create html page with the following code example:
<label id="expLabel" for="expire">Expiration date:</label>
<span>
<input type="text" name="expire" id="expire" aria-describedby="expDesc">
<span id="expDesc">MM/YYYY</span>
</span>
3. Use Chromevox to read the MM/YYYY aria description
What is the expected result?
Chromevox would read "MM/YYYY"
What happens instead of that?
Chrome does NOT read "MM/YYY" until the <span> around the parent element is removed. If you use the following code example, it works fine:
<label id="expLabel" for="expire">Expiration date:</label>
<input type="text" name="expire" id="expire" aria-describedby="expDesc">
<span id="expDesc">MM/YYYY</span>
Neither Apple VoiceOver or NVDA have this issue.
UserAgentString: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.44 Safari/537.36
,
Nov 14
,
Nov 14
Thanks for the issue... Unable to reproduce the issue on reported chrome version 71.0.3578.44 using Mac 10.14.0. Attaching screencast for reference. Steps: ----- 1. Launched reported chrome 2. Created html file using given code and opened in new tab 3. Opened chromeVox and focused on MM/YYYY As we have observed that the chromeVox reads the MM/YYYY @Reporter: Can you verify this issue with fresh profile that is not having any extensions and apps or reset all the flags. Let us know whether issue still persists. Thanks..!
,
Nov 14
,
Nov 14
There are no issues with Apple VoiceOver nor NVDA. Please test the issue with the ChromeVox extension (https://chrome.google.com/webstore/detail/chromevox/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en) as indicated in the steps to reproduce. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by dtapu...@chromium.org
, Nov 14