E-mail List Archives
Re: Question on NVDA behaviour when reading menu items
From: glen walker
Date: Jul 2, 2021 9:23AM
- Next message: Sailesh Panchang: "Re: [EXT] Label in name"
- Previous message: Geetha Shamanna: "Re: Question on NVDA behaviour when reading menu items"
- Next message in Thread: None
- Previous message in Thread: Geetha Shamanna: "Re: Question on NVDA behaviour when reading menu items"
- View all messages in this Thread
One final thing to check, on Chrome, if you have a title attribute, it will
be appended to the accessible name (Firefox doesn't do that) even though
technically if an accessible name property is found before the title
attribute, then the title should be ignored.
See step 2i - https://www.w3.org/TR/accname-1.1/#step2
So if you have something like
<div role="menu" aria-haspopup="true" title="menu">menu</div>
then you'll probably hear "menu" repeated several times.
- Next message: Sailesh Panchang: "Re: [EXT] Label in name"
- Previous message: Geetha Shamanna: "Re: Question on NVDA behaviour when reading menu items"
- Next message in Thread: None
- Previous message in Thread: Geetha Shamanna: "Re: Question on NVDA behaviour when reading menu items"
- View all messages in this Thread